Unable to connect to deployed backend with deployed front end
Hey guys so I think I've managed to successfully deploy my backend, I tested an endpoint with my locally running front end and post man and it seems like its up and running however, the issue comes when I try to access it with the deployed version of my front end, I get an error 404. Any help would be appreciated thank you.
7 Replies
Project ID:
N/A
odd.. I'm not getting a 404 error 🤔
perhaps the 404 error is a response coded into your API?
potentially because i do have a middleware setup to handle errors like this but im able to connect from my locally run front end which is weird
dang, that is pretty weird..
is there perhaps some configuration i need to do on railway?
I don't think
im gonna try to go through my code there has to be something i did wrong there