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
Your problem is not so clear to me. This log is actually written by Parse Server (not Parse Dashboard). Can you please share how you are initializing both Parse Server and Parse Dashboard?
Hi there,
The API Console appears to use the app.serverURL to make requests from the client:
https://github.com/parse-community/parse-dashboard/blob/master/src/dashboard/Data/ApiConsole/request.js
I think this may be causing issues when running the dashboard in Docker.
Docker reports from the CLI side that it cannot connect to the serverURL at start:
If the serverURL is a host specific URL which is used by the console in the browser to make requests.
Is there a difference between the way parse makes requests on the node side versus the dashboard side?
Thanks for any help.
The text was updated successfully, but these errors were encountered: