I can’t connect to the admin I have this error
On my server I have successfully launched the forest login command but nothing happens
My environment is development
Please include any relevant log snippets, if necessary.
In order to help you can you share the failing call from your network tab ?
Can you also share your Package Version ? (forest-express-sequelize ?) And your project name ?
APPLICATION_PORT=3310
APPLICATION_URL=http://localhost:3310
CORS_ORIGINS=
DATABASE_URL=---
DATABASE_SCHEMA=public
DATABASE_SSL=false
# This should be removed in production environment.
DATABASE_REJECT_UNAUTHORIZED=false
FOREST_AUTH_SECRET=---
FOREST_ENV_SECRET=--
Hello, Again me
After try installation many times
it’s work in localhost but when i got in dashbord i’m somes error
bellow my screen
Thanks for your help
APPLICATION_PORT=3310
APPLICATION_URL=http://localhost:3310
CORS_ORIGINS=
DATABASE_URL=postgres://user:pass@localhost:5432/db
DATABASE_SCHEMA=public
DATABASE_SSL=false
# This should be removed in production environment.
DATABASE_REJECT_UNAUTHORIZED=false
FOREST_AUTH_SECRET=--
FOREST_ENV_SECRET=--
The error occured when you try to display the bug collection. The error is pretty clear, your backend is unable to connect to the database… As your using a docker container it is due to a wrong network setup.