You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I try to edit the "Listing Settings" Snippet in the Admin Area, the snippets are not loaded in the page. I managed to reproduce the issue also on the demo site: http://demo.estatezilla.com
Steps to reproduce:
Open http://demo.estatezilla.com/admin
Login as 'admin'
Click on menu option 'Snippets'
Click on the edit icon on the first 'Listing Settings' row under the language column 'EN'.
The following 3 errors appear in the Chrome Developer Console (View -> Developer -> Javascript Console):
When I try to edit the "Listing Settings" Snippet in the Admin Area, the snippets are not loaded in the page. I managed to reproduce the issue also on the demo site: http://demo.estatezilla.com
Steps to reproduce:
Open http://demo.estatezilla.com/admin
Login as 'admin'
Click on menu option 'Snippets'
Click on the edit icon on the first 'Listing Settings' row under the language column 'EN'.
The following 3 errors appear in the Chrome Developer Console (View -> Developer -> Javascript Console):
GET https://intellistreet.dev/api/property-types net::ERR_NAME_NOT_RESOLVED
alpaca.min.js:5 {"message":"Unable to load data from uri : http://intellistreet.dev/api/property-types","stage":"DATASOURCE_LOADING_ERROR","details":{"jqXHR":{"readyState":0,"status":0,"statusText":"error"},"textStatus":"error","errorThrown":""}}
alpaca.min.js:5 Uncaught Error: Alpaca caught an error with the default error handler: {"message":"Unable to load data from uri : http://intellistreet.dev/api/property-types","stage":"DATASOURCE_LOADING_ERROR","details":{"jqXHR":{"readyState":0,"status":0,"statusText":"error"},"textStatus":"error","errorThrown":""}}
The text was updated successfully, but these errors were encountered: