hngprojects / hng_boilerplate_csharp_web

https://api-csharp.boilerplate.hng.tech
Apache License 2.0
79 stars 42 forks source link

Fix 404 Error on Dashboard for New Users #356

Open Benjam1n7 opened 3 weeks ago

Benjam1n7 commented 3 weeks ago

Description: Resolve the issue where new users encounter a 404 error when attempting to access the dashboard after account creation. This bug prevents new users from navigating to the dashboard, impacting their initial experience with the application.

Acceptance Criteria: Purpose: Ensure that new users can access the dashboard without encountering a 404 error immediately after signing up.

Requirements:

Investigate the cause of the 404 error that occurs when new users try to access the dashboard. Implement a fix to ensure that the dashboard is correctly accessible for new users. Test the fix by creating a new user and verifying that the dashboard loads without errors. Expected Outcome:

New users can successfully access the dashboard without encountering a 404 error. The dashboard loads correctly and displays the appropriate content for the new user. No further errors occur when navigating to the dashboard as a newly registered user.

https://github.com/hngprojects/hng_boilerplate_csharp_web/pull/355