gthole / drink-stash

A simple web app for saving and searching cocktail recipes.
MIT License
10 stars 1 forks source link

"Uh-oh. This resource wasn't found" error #78

Closed DDAYAM closed 2 years ago

DDAYAM commented 2 years ago

I hit this error whenever I attempt to navigate to the following:

  1. Manage Your Liquor Cabinet
  2. Build Lists
  3. My Profile
  4. Edit Profile
Screen Shot 2021-12-17 at 3 15 21 PM
gthole commented 2 years ago

What's the path that it's directing you to? It sounds like the browser app isn't able to find your user by the username in the path. That username is taken from the JSON web token received via login, so there seems to be a disconnect between the auth token and the api call for the user details.

DDAYAM commented 2 years ago

REDACTED is the path that, I believe, jives with my user.

gthole commented 2 years ago

All fixed! Give it a look over and if something still doesn't work correctly, please reopen this issue. Thanks for the report!