[BUG]: Not able to pass the signup stage
Author: adroualCreated Apr 13, 2025Updated Jul 23, 2026
Labelsstale
Describe the bug When I try to create a new user on my self hosted lago, I can't move forward with the account creation. I got the toast message "An error occurred, please reload the application" I tried with google and face the same issue.
To Reproduce Steps to reproduce the behavior:
- Go to 'Sign up'
- Click on 'Sign up'
- See error
Expected behavior I expect my account to be created and be redirected to Lago dashboard or main page.
Screenshots
Support
- OS: macOS 15.3.1 (24D70)
- Browser: Arc
- Version: Version 1.90.1 (61364)
Additional context In order to avoid localhost conflict with other instance running on my docker, I install Lago with this command docker run -d --name lago -p 80:80 -p 3001:3000 getlago/lago:latest
Source: getlago/lago