Manuel

Results 6 comments of Manuel

I’m having the same issue. I can’t connect to the local postgres database (using supabase).

> I’m having the same issue. I can’t connect to the local postgres database (using supabase). It works when using `172.17.0.1` instead of `localhost`

Hi @ThomasAribart, thanks for the hint. Unfortunately this does not work for me. I am using typescript 5.3.3. Maybe it's related to some config values? Would you mind sharing your...

Hey @ThomasAribart, did you see my second edit? Can I help with something to resolve this issue?

Thanks. That's great to hear. I'll stick to v9 in the meantime.

Thanks for your info. I was on vacation but found a workaround that works for me: Loading the env with Vite `const env = loadEnv(mode, process.cwd(), '')` And then using...