hello I’m working on a Stream encryption tutorial (working with an established repo that I didn’t create), which I’ve deployed to Netlify and am having trouble with the backend. both the frontend and backend work perfectly locally – I’ve deployed the backend on Netlify to animated-froyo-aa2c68.netlify.app and the frontend to https://celadon-llama-ce8ee1.netlify.app
I’ve changed the links in the frontend to correspond with the netlify URL of the backend, but I’m getting a 404 failed to load resource error when I attempt to use the app, and I visit the backend URL I get page not found. I’ve read through the existing support on this topic, but am struggling to figure out a solution that works with the code structure that I’m working with.
thanks in advance! any help would be hugely appreciated, happy to provide more info if needed.
I see there is a serverless function node-fetch that connects to a Heroku deploy that seems to only return some basic JSON but cannot guess how you are using it.
The third thing is outlined in the support guide shared by @luke as the backend is an Express.js app and uses a listener which doesn’t work on Netlify. It is possible to run Express.js apps as outlined in the following post