Jon Gilkison

Results 34 comments of Jon Gilkison

You are going to have to send me an admin login: ***@***.*** ***@***.***> I need to see what you are working with and I don't have time to go back...

You shouldn't have PHP notices breaking your site. If you are seeing PHP error notices on our site on the front end on a production site, then PHP it not...

Hey Ashton, Cocopods support is on my list. I've got a few bullet points to hit before I make it to even 0.1 though, but I will let you know...

Switching to session works but has intermittent issues. We had to switch to direct DB connection (uncheck connection pooling in supabase dashboard).

If I use the supavisor URL, I can't log into umami (the login button shows the spinner forever). If I use the direct non-supavisor URL I can. Weirdly, nothing shows...

The new connection pooling works for me too for like 80% of the time and then the logs get spammed with `Can't reach database server at aws-0-us-east-1.pooler.supabase.com:5432. Please make sure...

This is what's working for me right now: In umami, edit `db/postgresql/migrations/schema.prisma` and change this: ``` datasource db { provider = "postgresql" url = env("DATABASE_URL") relationMode = "prisma" } ```...

Yeah it's any multiple of 10. I'm not a math guy, but my only guess is the kernel size?

Thanks, I will give the aria thing a try. No, they aren't opened but let me double check that t confirm. > On Jan 11, 2024, at 6:09 PM, Guillaume...