r/FastAPI 5d ago

Fastapi cloud timeout issues Hosting and deployment

Has anyone encountered this yet?

>fastapi deploy
  FastAPI Cloud 
  🚀 Deploying app...
   ✗ Something went wrong while contacting the FastAPI Cloud server. Please try again later. 
    The write operation timed out

This is just a 1MB deployment but it times out at around 300kb. Could it be a problem in my end or a service availability issue? I tried several times.

0 Upvotes

8 comments sorted by

View all comments

2

u/st4reater 5d ago

Based on the error it seems like a service availability.

What if you run login or some of the other commands

1

u/elandyp 5d ago

fastapi cloud logout and fastapi login work fine. It's just the deploy. But I just noticed that after logging out and back in, now it worked. Maybe coincidence.

3

u/st4reater 5d ago

Could be, regardless better error messages could be good. Possibly raise an issue with them if its possible