Replies: 1 comment 1 reply
-
|
Is the app host accessible from your aspire container? And does it use https? Because the message says it’s not able to reach it. The request goes to https://app |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created an app from the fastapi template and added scalar to it:
When I access the openapi document directly (via
https://app-aspire-py-scalar.dev.localhost:53309/openapi.json), the document is rendered, so the OpenApi integration in FastApi works.When I open the scalar api reference, I get an error:
Document 'app--fastapi-openapi' could not be loadedLooking at the network tab, I see a failed (Statuscode
500) request tohttp://localhost:53308/scalar-proxy?scalar_url=https%3A%2F%2Fapp%2Fopenapi.jsonLogs from the scalar resource attached, key line:
So somehow service discovery seems to be broken :/
Does anyone have any idea what I should do differently? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions