-
-
Notifications
You must be signed in to change notification settings - Fork 476
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
Update fastify dependencies #461
Comments
This looks like a bigger issue, I'll assign earth to it. In the meantime, is your apache2 webserver proxying the bot panel? |
So I fixed the Issue for me. Sadly not in a way that would be perticularly helpful for you.
I hope this gives you at least clues where to look. If you need any further information feel free to ask me here or via discord (Name: |
I'm still unable to reproduce this error. |
I think Rossebma is talking about that, which relates to this: I think if you do run "npm audit fix --force", it causes the error originally posted. It can be resolved by taking aback up of the database and env, deleting the entire directory that contains Discord tickets, installing again from git clone, running "npm i --production", copying back the .env file, run "npm run postinstall" and re-importing the database, then try "node ." again You will then be on the latest Discord Tickets BUT one of the dependency will have a high risk vulnerability. This project needs to be made compatible with the safe and updated version of the dependency. |
Related:
|
Thank you for the clarification @chrisbadley. Lines 14 to 38 in fb7a11f
With that said, I will eventually need to upgrade all of the fastify dependencies and update any affected code so the patched version is compatible. This will allow Lines 17 to 20 in fb7a11f
|
Is there an existing issue for this?
Current Behavior
The bot itself seems to run, however the settings webpanel is not reachable and I get huge Festify Errors dureing startup.
Expected Behavior
Well I would expect the webpanel to work. (Sry. I don't know how to really describe it other than that.)
Steps To Reproduce
Run:
node .
See error:
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: