Need someone help debug local host issue. API call gets stuck in pending state forever #2722
-
I followed this example https://learn.microsoft.com/en-us/azure/data-api-builder/quickstart-nosql Everything seems to be working until i run a query. it seems to be stuck in pending state forever. does anyone know the reason? Is it because of http instead of https? if i got to https://localhost:5000/graphql/. it will said "This site can’t provide a secure connection" Dab doesn't seem like start the https for me. PS C:\Repros\basicReact\books> dab start |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
i clone the source code and run it locally. now it works. I guess something is wrong with dab 1.5.50. PS C:\test\data-api-builder> dotnet run --project src/Service/Azure.DataApiBuilder.Service.csproj --ConfigFileName C:\Repros\basicReact\graphqlServer\dab-config.json |
Beta Was this translation helpful? Give feedback.
-
here is the log. It could be just my machine issue. PS C:\Repros\basicReact\books> dab start |
Beta Was this translation helpful? Give feedback.
-
Hello @lichuhub, we have a new version of dab, which is 1.5.56, let us know if you keep getting the error or if it was solved. |
Beta Was this translation helpful? Give feedback.
Hello @lichuhub, we have a new version of dab, which is 1.5.56, let us know if you keep getting the error or if it was solved.