Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection refused by port 3310 #904

Open
luisarkangel opened this issue Jan 27, 2022 · 1 comment
Open

Connection refused by port 3310 #904

luisarkangel opened this issue Jan 27, 2022 · 1 comment

Comments

@luisarkangel
Copy link

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.

  • 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
@PorterK
Copy link

PorterK commented May 7, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants