Access outside internet

I’m trying to deploy a python fastapi back end on Fly. The back end needs to talk to a Supabase Postgres database (outside of Fly). Best I can tell, the back end is unable to access the outside internet right now. I’ve looked through the docs and been unable to find a solution. How do I allow outside internet access?

what are you seeing? what error are you getting?

It looks like the error doesn’t have to do with lack of external internet access. It appears to be something else in the code.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.