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

Cannot create account even though Signups are enabled #76

Open
hlarc opened this issue Jan 1, 2025 · 1 comment
Open

Cannot create account even though Signups are enabled #76

hlarc opened this issue Jan 1, 2025 · 1 comment

Comments

@hlarc
Copy link

hlarc commented Jan 1, 2025

This is my Docker Compose File
services:
snapp:
image: uraniadev/snapp:latest
ports:
- 4267:3000
environment:
TOKEN_SECRET: [REDACTED]
ORIGIN: [REDACTED]
ADMIN_USERNAME: root
ADMIN_PASSWORD: root
ENABLE_SIGNUPS: true
PUBLIC_UMAMI_WEBSITE_ID: [REDACTED]
PUBLIC_UMAMI_URL: [REDACTED]
ENABLE_SIGNUP: true

I use Caddy as a reverse Proxy.
It doesnt if i press login it doesnt react at all or if i try to sign up it does the same.
It's the first time install

@urania-dev
Copy link
Owner

urania-dev commented Jan 1, 2025

Did i ruined something with latest build? Do you receive any log in console log or Docker?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants