-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to connect to UI or CI tasks. Always becoming Unauthenticated #1037
Comments
That looks like the token you're using is invalid. Are you sure you've correctly set the token you aquired? Another source of error I could think about is that your redis instance is not configured to persist data, so all token information is lost on the Quirrel side after a while. |
That's all the pointers I can think of right now. If that doesn't help, please provide me a detailed step-by-step guide for how to reproduce this setup, so I can test it myself. |
Thanks for your input @Skn0tt . I dropped you a Twitter message with the relevant link to the hosted version on railway. |
Thanks for helping out @Skn0tt . Devs please see that you copy the token properly, sometimes git bash might break lines unintentionaly :') |
Bug Report
Current Behavior
I have hosted Quirrel using the Railway template and cannot authenticate to the server to push the task or even view the UI. I had previously used the template and worked fine, I am creating a new instance for a different project and it is not working. I double-checked the keys yet always return as an error.
In the UI : "Please authenticate with your QUIRREL_TOKEN via the top-left connection menu."
In the console:
Updating server ... Something went wrong: Unauthenticated
Environment
The text was updated successfully, but these errors were encountered: