Replies: 1 comment 5 replies
-
|
Hi @jnimander thanks for letting us know about this problem you are having, I will do some investigation and get back to you about this. |
Beta Was this translation helpful? Give feedback.
5 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been testing DAB locally and everything has been running smoothly. Then suddenly, while DAB was running and I was demoing it to a colleague, the
/graphqlendpoint started to return 502 Bad Gateway. I thought I had messed up something in the config file, so I created a fresh project as per https://learn.microsoft.com/en-us/azure/data-api-builder/quickstart/postgresql, except that I'm running Postgres locally on the host, not in Docker. Both REST and GraphQL endpoints work if I call them from Postman, Swagger works just fine but the Banana Cake Pop/graphqlendpoint returns 502. I'm using DAB version 1.6.77, Windows 10.This is what I can see on the terminal.
Any ideas?
EDIT 1
Not sure if this offers any clues but I noticed this on the application event log.
I know this refers to Swagger but I'm wondering if this is an issue with ASP.NET Core HTTPS redirection.
EDIT 2
Tried starting DAB with
dab start --no-https-redirect. That didn't help.Beta Was this translation helpful? Give feedback.
All reactions