Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New user registration flow: libraries page with error 500 #47

Open
soorajmr opened this issue Feb 13, 2024 · 3 comments
Open

New user registration flow: libraries page with error 500 #47

soorajmr opened this issue Feb 13, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@soorajmr
Copy link
Collaborator

After I signed up as a new user, from the confirmation link, once I entered my name, I was taken to an empty libraries page that showed error 500.

image

@soorajmr soorajmr added the bug Something isn't working label Feb 13, 2024
@soorajmr
Copy link
Collaborator Author

Probably related: Kaagada called me 'null':

image

@rungdung
Copy link
Owner

Kaagada calling you 'null' is due to new users not being redirected to the Account page on login (thus no name is registered). This will be fixed soon.

@rungdung
Copy link
Owner

rungdung commented Feb 13, 2024

This has been fixed at #5a043cd with

  • Form Validation (The username character requirement meant updates were not successfull)
  • Default behaviour of email being copied to the Name field for the time being.
    • The ideal way to handle this would be to redirect to the accounts page at first login, but since using magic links means there is no direct way (as far as I know) to know if it is a first login, this is a short term fix.

Please try again and see if the experience is satisfactory. I will the issue then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

No branches or pull requests

2 participants