-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
fix: Panel Inconsistencies and issues #952
Conversation
Caveats: .env MUST contain DISCORD_CLIENT_ID and DISCORD_CLIENT_SECRET, otherwise insertion will still fail (NEEDS TO BE DOCUMENTED AS BREAKING!)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.env file for every ctrlpanel user must now contain the variables DISCORD_CLIENT_ID
and DISCORD_CLIENT_SECRET
, otherwise the method will not work on their computers. Add this to the documented breaking changes for the new version?
attempted to fix this issue with #976 |
guys anyone want to fix the remaining issues ? |
This branch focuses on resolving critical issues to prepare for production deployment. Below is the list of issues that need to be addressed:
If you discover additional issues, please inform me, and I will add them to this list.
Additionally, the codebase has some inconsistencies, such as unclosed HTML tags. Contributors are encouraged to fix these minor bugs and make any improvements where possible.
Your efforts to enhance the reliability and usability of the ctrlpanel are greatly appreciated!
Thank you for your contributions!