Jan-Hendrik Rüttinger

Results 14 comments of Jan-Hendrik Rüttinger

Awesome app! Would be cool if you fix the stats!

Is anybody working on this? If not, I'd be happy to contribute.

I am experiencing the same issue.

What workarounds are you guys using atm?

@balsimpson Did you solve your issue? I run into the same issue.

> This is a problem on your publishing. Check if the `.node` file it's on the correct location. What `.node` file do you mean?

We also run into issues with supabase. End of January supabase switched all users over to Supavisor. So we connect to Supavisor in session mode and run into the issue...

I have created a minimal example to reproduce the issue: https://github.com/JanRuettinger/river_issue/tree/main => Unfortunately you still need to create a supabase project to reproduce the issue. EDIT: connecting directly to the...

@brycegoh have you checked how many connections are open at the same time? Re @brandur, for now I connect directly to Postgres and don't use any connection pooler as a...