-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshooting
AyodhyaPrasad edited this page Nov 5, 2024
·
2 revisions
Troubleshooting Database Connection Issues:
- Ensure ## application.properties is correctly configured with your MySQL username, password, and database URL.
- Email Duplication in Registration:
- If you encounter an error with duplicate emails during registration, ensure email uniqueness in the Users table. File Upload Problems:
- Make sure your IDE has access to file storage and necessary permissions for file uploads.