quirrel-dev / quirrel

The Task Queueing Solution for Serverless.
https://quirrel.dev
MIT License
892 stars 67 forks source link

Unable to connect to queue? using the UI. Constantly attaching... #49

Closed viperfx closed 3 years ago

viperfx commented 3 years ago

See the following GIF. The server constantly tried to connect, and "attach" to server.

I am running on WSL2, but it should not make a difference. I can see the UI is connecting to localhost:9181 and I see the network requests are returning OK and resolving.

OXZ2alLUGI

Skn0tt commented 3 years ago

Hi @viperfx, thanks for reporting. What version of Quirrel are you running on?

viperfx commented 3 years ago

I am running 1.0.1

Skn0tt commented 3 years ago

Thanks! Can reproduce locally, and will publish a fixed version ASAP.

Skn0tt commented 3 years ago

This has been caused by Fastify 3.10.0. I've pinned now it to 3.9.2 and published Quirrel v1.0.2 which contains that. That should fix it. Feel free to re-open if it doesn't :D

Kerumen commented 3 years ago

@Skn0tt I've just installed Quirrel latest version and I have the same problem. However, I have a 500 on the WS handshake:

Screenshot 2021-01-22 at 18 27 10

Skn0tt commented 3 years ago

I think that's a different issue, created one here: https://github.com/quirrel-dev/quirrel/issues/65