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
Hey there! I fired up my local version of Artbot today to do some more Remember Me testing, but I seem to be getting CORS errors on all calls to the API. Here's one example from attempting to log in (but all the other Ajax requests to the API are failing as well):
POST http://artbot-api.herokuapp.com/tokens/
/sign-in.html:1 XMLHttpRequest cannot load http://artbot-api.herokuapp.com/tokens/. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://artx.site.192.168.1.157.xip.io' is therefore not allowed access. The response had HTTP status code 503.
scripts-concat.min.js:15 User login submit failed
scripts-concat.min.js:14 Error:
scripts-concat.min.js:14 jqXHR status: 0 error
scripts-concat.min.js:14 jqXHR response:
scripts-concat.min.js:14 Error JSON: null
Did something change since yesterday that could be causing this? Thanks!
The text was updated successfully, but these errors were encountered:
Hey there! I fired up my local version of Artbot today to do some more Remember Me testing, but I seem to be getting CORS errors on all calls to the API. Here's one example from attempting to log in (but all the other Ajax requests to the API are failing as well):
Did something change since yesterday that could be causing this? Thanks!
The text was updated successfully, but these errors were encountered: