I launched my server, there’s no errors from forest.
But I went to the dashboard and clicked on my development environment and it’s trying to reach the wrong url.
It’s maklng a call on the following url: http://localhost:8000/forest/authentication/callback?code=... when it should make a call to http://localhost:8000/admin/forest/authentication/callback?code=.... (I have a custom thing and all the forest url are under the admin path.
My base url in my environment configuration is correct (the /admin is there).
Thank you for your feedback. Can you please share with us which technology and package version you use? Do you use forest-rails, forest-express-sequelize or forest-express-mongoose?
Also, can you share the value you entered for the APPLICATION_URL env variable?
The forest admin dashboard makes a first request to http://localhost:8000/admin/forest/authentication, and that request returns the incorrect redirect URL because of the line of code in forest-express I linked to.