a month ago
I'm trying to connect Big Easy (Production) to Fast API (Production) Private Networking to have SSR work correctly in my Big Easy NextJS app. When I pass the private networking url to the frontend. It keeps throwing errors and I can't figure out why. Can you please help?
1 Replies
a month ago
This thread has been marked as public for community involvement, as it does not contain any sensitive or personal information. Any further activity in this thread will be visible to everyone.
Status changed to Open Railway • about 1 month ago
a month ago
You can't use private networking on the frontend.
The client machine can't connect to private networking; you'd need to use a public access URL if you want the frontend to access the backend.
A scenario where you'd use the private networking URL would be getting the backend to communicate with a database.