Open Issues Need Help
View All on GitHubAI Summary: After merging PR #2, the `user.id` variable in the frontend dashboard code is consistently `undefined`. This issue causes the `getUser` API to be called with a malformed URL, specifically `http://localhost:8000/api/v1/auth/undefined`, leading to failed user detail fetches. The problem is evident when logging `user.id` to the console and is believed to be an oversight in the recently merged code.
Complexity:
2/5
good first issue invalid wontfix