Skip to content

Unable to Access Dashboard - No Error Logs #46

@jdnielss

Description

@jdnielss

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.
image

Terminal Logs:
image

Metadata

Metadata

Assignees

Labels

help wantedExtra attention is needed

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions