This message was deleted.
# ask-questions
w
This message was deleted.
f
Hi Wagner - typically you get that error because of using internal urls
the API_HOST url must be the url that the application running in your browser can use to request data from the API.
so, you should be able to visit the API_HOST url in your browser, and if it’s working, you’ll see a JSON object returned
the APP_ORIGIN is used for CORS headers, and should match the URL of the app as seen from the API
146 Views