KenEucker/biketag-vue

Player logins are broken

Closed this issue · 2 comments

Describe the bug
Player logins are broken. I don't see any logging in the profile function, this might need to be added.

To Reproduce

  1. Login
  2. See that you are logged in as a player, but your profile information is not filled out.
  3. You cannot make a new BikeTag post now, because it won't populate a name for you.

Expected behavior
When loggin in, you should see your profile data populated and be able to post new BikeTags.

Screenshots
Screenshot 2023-11-10 at 9 17 32 AM

Environment (please complete the following information):
Latest (3.1.3)

Additional context
When adding logging, debug logging should be able to be turned on/off with environment variables. (Will updating an environment variable on Netlify change how functions are executed without creating a new deploy??)

Logins are partially fixed in #174 at the moment. I am having issues with logout at the moment, but hope to resolve those by the end of the day.

Fixed.