Error Handling & Troubleshooting

Common Issues

  • Invalid OAuth Token: Ensure the token has not expired and is correctly included in the Authorization header.

  • Database Connection Failed: Check that the DATABASE_URL environment variable is set correctly.

Check the logs for detailed error messages and follow standard Crystal debugging practices to resolve issues.

Last updated