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

[Bug]: Docker account creation error in supabase #2977

Open
tjdalsry opened this issue Nov 20, 2024 · 1 comment
Open

[Bug]: Docker account creation error in supabase #2977

tjdalsry opened this issue Nov 20, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@tjdalsry
Copy link

What happened?

I built it with docker, but I got an account creation error in supabase

It says I can't create an account ...

To create a user go to http://localhost:8989/project/default/auth/users and add your account. You can use this account to sign into Helicone at localhost:3000 via your browser.

Even if I run it with docker compose, port 8989 is not running. ...

Relevant log output

No response

Twitter / LinkedIn details

No response

@DarkNeedle
Copy link

Try this
http://localhost:54323/project/default/auth/users

The documentation is not in sync. On the website even some of the documentation omits certain steps.

Likewise, the steps to run in docker are different across the site and git README.md. The pre-reqs are a bit convoluted and there are better ways to do this. It seems as if certain defects are not being worked.

There is the possibility that you may run in to a user creation failure as well through Supabase. Ideally this project should have just used decoupled Postgres and an auth mechanism instead of being reliant upon Supabase which can be crippling to projects requiring only a portion of the entire stack. A waste of additional container resources.

DN

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
None yet
Development

No branches or pull requests

2 participants