Deploy NextJS app using host internal
Hi, i'm trying to make a deploy my project in nextjs 14, into the railway, in the same project my back-end for to use the internal private networking. But i recieving this error in network console. I using this: https://windelback.railway.internal/
Solution:Jump to solution
you can't make a request from a client side browser to the private domain.
please read these docs sections -
https://docs.railway.app/guides/private-networking#private-network-context
https://docs.railway.app/guides/private-networking#what-is-a-client-side-app-a-server-side-app-and-what-kind-of-app-am-i-running...
6 Replies
Project ID:
8140907c-d91e-4495-8289-d77c9283a314
8140907c-d91e-4495-8289-d77c9283a314
Solution
you can't make a request from a client side browser to the private domain.
please read these docs sections -
https://docs.railway.app/guides/private-networking#private-network-context
https://docs.railway.app/guides/private-networking#what-is-a-client-side-app-a-server-side-app-and-what-kind-of-app-am-i-running
F
it wouldn't be a very private network if anyone's web browser could make a request to the private network
it makes sense hahahah