Vojtěch Dohnal

Results 5 comments of Vojtěch Dohnal

> I also tried to launch tekkit and Hexxit II without success, for the first one I get the following error: > > ![image](https://user-images.githubusercontent.com/31326058/183618950-4da3ed42-3bac-417e-97e2-e57e718a612e.png) > > for the hexxit II:...

> > > I also tried to launch tekkit and Hexxit II without success, for the first one I get the following error: > > > ![image](https://user-images.githubusercontent.com/31326058/183618950-4da3ed42-3bac-417e-97e2-e57e718a612e.png) > > >...

Hello, Thanks for submitting the issue. It looks to me as if you were using the ASGI app with the synchronous jwt middleware. Could you please verify that this is...

> @KundaPanda We are using `AsyncStatusHandlingGraphQLView` with `AsyncJSONWebTokenMiddleware` Okay so that seems in order. Are you running the app with an ASGI-capable server as well (daphne, uvicorn, hypercorn)? This seems...

That explains it then. You need a proper ASGI server to send ASGI requests -- runserver and runserver_plus both serve WSGI only. Internally this seems to work for you because...