-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
I am unable to access the dashboard despite having all the required environment variables set. The application runs without any errors, but I cannot access the dashboard interface.
Environment:
NEXTAUTH_SECRET=
DB_URI=mongodb://admin:test@db-mongod-monitoring-test.mongo.ondigitalocean.com/pm2
NEXTAUTH_URL=http://localhost:3000
What I’ve Tried:
- Verified that the necessary environment variables are correctly set.
- Checked the logs, but there are no errors or relevant logs in the application.
Expected Behavior:
I should be able to access the dashboard.
Current Behavior:
The dashboard is not accessible, and the app doesn’t log any errors that might help diagnose the issue.
Steps to Reproduce:
- Set the environment variables as described.
- Start the application.
- Attempt to access the dashboard at http://localhost:3000.
Additional Information:
- MongoDB connection appears to be working as expected.
- No errors related to NextAuth or MongoDB connection.

Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed