Hey folks, I’m working on Forest Admin for a local development project, and I’m having some difficulty. I followed the setup steps from the documentation, which included generating the project and installing the agent; however, I am having issues with the dashboard not being able to connect to my local server. I keep getting a “Cannot connect to your backend” message when I try to load the interface.
I’m using Node.js with Express, and my server is running on localhost:3310. I’ve whitelisted the correct ports, and my .env file looks good. I’m not sure if it’s the environment secret that’s causing the issue or the project URL.
Has anyone else experienced this before? Do I need to expose my local server in a way that Forest Admin can see it during development, such as using ngrok? Any tips or step-by-step advice you could share would be much appreciated. I am trying to get the basics working before developing further.
Thanks
mathew