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
I expect to have a succesfully connection with the dashboard and see all my model, I give as application url http://localhost:3000 the important thing here is the port.
I initialize the connection and follow the connection tutorial, but when y come in to the dashboard I see the follow message, Unable to authenticate you: Please verify that your admin backend is correctly configured and running, and that you have access to the internet.
TODO: Please provide any relevant information about your setup.
Package Version:
"forest-express-sequelize": "^8.4.8",
Express Version: ^4.17.2
Sequelize Version: ^6.13.0
Database Dialect: postgres
Database Version: postgress-12
The text was updated successfully, but these errors were encountered:
Likely you didn't export the APPLICATION_URL environment variable in your project - this module uses it internally to determine where to redirect auth calls
Expected behavior
I expect to have a succesfully connection with the dashboard and see all my model, I give as application url http://localhost:3000 the important thing here is the port.
Actual behavior
I am getting a ERR_CONNECTION_REFUSED when I want see my dashboard the strage thing is the request in the port 3310 http://localhost:3310/forest/authentication/callback
Failure Logs
GET http://localhost:3310/forest/authentication/callback?code= net::ERR_CONNECTION_REFUSED
Context
I initialize the connection and follow the connection tutorial, but when y come in to the dashboard I see the follow message, Unable to authenticate you: Please verify that your admin backend is correctly configured and running, and that you have access to the internet.
TODO: Please provide any relevant information about your setup.
The text was updated successfully, but these errors were encountered: