tiplot
tiplot copied to clipboard
403
Hello I am constantly getting 403 from the back end, any idea why ?
Thank you
Hey @arnaudjuin, could you please provide the steps to reproduce the error you're experiencing?
I followed the instructions by launching both the backend API and the frontend. I opened the frontend in Chrome with security disabled to avoid CORS issues (using the --disable-web-security flag). Despite this, I’m consistently getting a 403 error when trying to access the /current_file endpoint on localhost:5000 from the frontend hosted on localhost:3000.
Hence the screenshot of the network request showing the 403 response.
Have you already had those kind of issues ?
Thanks !
Any news?
hey @arnaudjuin, can you please provide the output of:
yarn start:api
after having the 403 error
So you started the frontend with yarn start and the backend with another terminal running yarn start:api is that right?
The web UI is on port 3000, the port 5000 is used for communcation between front and back.
Correct.