Connecting Big Easy (Production) to Fast API (Production) Private Networking Issue
owiwamasa
PROOP

5 months 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?

Solved$20 Bounty

Pinned Solution

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.

1 Replies

Railway
BOT

5 months 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 5 months 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.


Status changed to Solved 0x5b62656e5d 3 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...