You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I updated HotChocolate nuget package from version 12.7.0 to 14.1.0 in .net core web api, and after that Nitro does not work in Windows browser (I tried in different browsers, it gives error 502).
On Mac everything works correctly, Nitro opens and works
Steps:
Product
Nitro
Version
14.1.0
Link to minimal reproduction
http://localhost:5095/graphql
Steps to reproduce
I updated HotChocolate nuget package from version 12.7.0 to 14.1.0 in .net core web api, and after that Nitro does not work in Windows browser (I tried in different browsers, it gives error 502).
On Mac everything works correctly, Nitro opens and works
Steps:
dotnet new install HotChocolate.Templates
dotnet new graphql --name GettingStarted
dotnet run --no-hot-reload
http://localhost:5095/graphql
What is expected?
I want to see GraphQL IDE Nitro on Windows Pc
What is actually happening?
i get HTTP Error 502
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: