Player logins are broken
Closed this issue · 2 comments
KenEucker commented
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
- Login
- See that you are logged in as a player, but your profile information is not filled out.
- 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.
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??)
KenEucker commented
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.
KenEucker commented
Fixed.