Direkt zum Inhalt

FastAPI on Cloud9, Localhost Not Accessible

0

uvicorn main:app --reload gave me the link 'http://127.0.0.1/8000' as you can see below: But clicking it throws this: How can I access to http://127.0.0.1/8000 like I can on my desktop so that I can have access to swagger?

gefragt vor 3 Jahren620 Aufrufe
1 Antwort
0

Hi, thank you for reaching out.

Cloud9 application preview feature does not support insecure HTTP endpoints. You would need to switch to HTTPS to access websites served from the environment.

AWS
beantwortet vor 3 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.