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

supabase-pooler keeps restarting indefinitely. #31282

Open
2 tasks done
suvrat29 opened this issue Dec 21, 2024 · 1 comment
Open
2 tasks done

supabase-pooler keeps restarting indefinitely. #31282

suvrat29 opened this issue Dec 21, 2024 · 1 comment
Labels
bug Something isn't working external-issue to-triage

Comments

@suvrat29
Copy link

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

After following the starting guide for self hosting, once I changed the password and API keys/tokens/secrets, the pooler keeps restarting.

To Reproduce

Steps to reproduce the behavior, please provide code snippets or a repository:

  1. Follow setup guide.
  2. Start the docker container.
  3. Observe continuous restarts.

Expected behavior

The pooler service should not be in a restart loop.

Screenshots

image

System information

  • OS: Windows
  • Version of Node.js: 22.11.0

Additional context

Here is the log:-

(elixir 1.14.3) lib/code.ex:424: Code.validated_eval_string/3
2024-12-21 13:39:49 ** (SyntaxError) nofile:30:4: unexpected token: carriage return (column 4, code point U+000D)
2024-12-21 13:39:49     |
2024-12-21 13:39:49  30 | end
2024-12-21 13:39:49     |    ^
2024-12-21 13:39:49     (elixir 1.14.3) lib/code.ex:424: Code.validated_eval_string/3
2024-12-21 13:40:16 ** (SyntaxError) nofile:30:4: unexpected token: carriage return (column 4, code point U+000D)
2024-12-21 13:40:16     |
2024-12-21 13:40:16  30 | end
2024-12-21 13:40:16     |    ^
2024-12-21 13:40:16     (elixir 1.14.3) lib/code.ex:424: Code.validated_eval_string/3
2024-12-21 13:41:08 ** (SyntaxError) nofile:30:4: unexpected token: carriage return (column 4, code point U+000D)
2024-12-21 13:41:08     |
2024-12-21 13:41:08  30 | end
2024-12-21 13:41:08     |    ^
2024-12-21 13:41:08     (elixir 1.14.3) lib/code.ex:424: Code.validated_eval_string/3
2024-12-21 13:42:09 ** (SyntaxError) nofile:30:4: unexpected token: carriage return (column 4, code point U+000D)
2024-12-21 13:42:09     |
2024-12-21 13:42:09  30 | end
2024-12-21 13:42:09     |    ^
2024-12-21 13:42:09     (elixir 1.14.3) lib/code.ex:424: Code.validated_eval_string/3
2024-12-21 13:43:10 ** (SyntaxError) nofile:30:4: unexpected token: carriage return (column 4, code point U+000D)
2024-12-21 13:43:10     |
2024-12-21 13:43:10  30 | end
2024-12-21 13:43:10     |    ^
2024-12-21 13:43:10     (elixir 1.14.3) lib/code.ex:424: Code.validated_eval_string/3
2024-12-21 13:44:11 ** (SyntaxError) nofile:30:4: unexpected token: carriage return (column 4, code point U+000D)
2024-12-21 13:44:11     |
2024-12-21 13:44:11  30 | end

Note: I tried the solution provided at #30210, but it did not work.

@suvrat29 suvrat29 added the bug Something isn't working label Dec 21, 2024
@suvrat29
Copy link
Author

I also tried this with updating to the latest docker image, same issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working external-issue to-triage
Projects
None yet
Development

No branches or pull requests

1 participant