#Issue with multiple users accessing my Flet Web App
15 messages · Page 1 of 1 (latest)
826548a8-d043-48d4-9bf2-b274d50f9a26
how are you running the flet app while on Railway
cd client && python main.py
but i've already tried cd client && flet run main.py -w
please provide errors
ERROR: [Errno 10048] error while attempting to bind on address ('0.0.0.0', 48901): [winerror 10048] only one usage of each socket address (protocol/network address/port) is normally permitted
I think the problem is how I'm rendering the components of my app, but i works fine locally
idk
is this an isolated or shared monorepo?
it is a shared monorepo
what is your current start command
For the Server it is cd server && python main.py
For the Client it is cd client && python main.py
neither have deploys?
I just shutted it down so I don't waste my $5 free trial... Times are tough man 😅 Just kidding, it was deployed so I could test the platform and pay for a plan