StoicCAD FAQ

Project Configuration Guide

Frequently Asked Questions (FAQ)

What should I do if I get a database connection error?

Database connection errors can occur for several reasons:

  • Check if the database server is running and accessible.
  • Verify that your credentials (username and password) are correct.
  • Ensure that the database name is correct and that the database exists.
  • Check for network issues that might be preventing your application from accessing the database server.

How do I resolve Discord OAuth errors?

If you encounter issues with Discord OAuth, consider the following steps:

  • Ensure that the CLIENT_ID and CLIENT_SECRET are correctly set in your configuration file.
  • Verify that the REDIRECTURI matches the one you have configured in your Discord application settings.
  • Check if Discord's services are operational (no ongoing outages).
  • Make sure the scopes and permissions required by your application are correctly configured in Discord.