TakaOtaku / Digimon-Card-App

Website to keep track of your Digimon Card Collection and Build Decks with it.
MIT License
29 stars 16 forks source link

New user login not working, object request returning 404 error #473

Closed MichaelRLee closed 1 year ago

MichaelRLee commented 1 year ago

When trying to log in, although the "Login Successfully!" box pops up, data does not appear to be synchronizing. In the console, there is a 404 error, and it appears that there is an attempt to retrieve a profile that doesn't exist

image

It seems like there might be an issue checking for the existence of a profile, and a new one is not being created if a user is logging in for the first time.

TakaOtaku commented 1 year ago

Should work in a few minutes. I know create a save when no save was found (if you are a new user). Don't really know how or when I made that mistake. Sorry that it took a bit and thanks for the report!