WilsonSquared
Explore posts from serversDTDrizzle Team
•Created by WilsonSquared on 9/14/2024 in #help
Introspection fails sonb_build_array(" is not valid JSON
I'm trying to switch from prisma to drizzle.
To begin, I've tried introspecting my database, but it fails with an error sonb_build_array(" is not valid JSON.
No logs either. Any idea what could be causing this
4 replies
Magic ports aren't being resolved correctly
I have just generated a domain that points to port 4000 of my railway deployment.
Problem is, it's stll pointing to the port of my custom domain (9600)
Any idea why?
Project: https://railway.app/project/045e21af-ff58-4d2c-a95a-4147dea211c9/service/c040e311-95df-41bf-82ff-e87da0aa84fe/settings
62 replies
DTDrizzle Team
•Created by WilsonSquared on 5/25/2024 in #help
Drizzlekit push fails with "database...TypeError: Cannot use 'in' operator to search for 'default'"
I'm trying to run a migration on my Neon postgres instance, but I keep getting this error:
Any ideas on how to solve/workaround this error?
10 replies
Error: libuuid.so.1: cannot open shared object file: No such file or directory
Getting this error with puppeteer on Railway.
railway.toml
Project ID: 045e21af-ff58-4d2c-a95a-4147dea211c9
Service ID: c040e311-95df-41bf-82ff-e87da0aa84fe
Currently blocked on a release bc I can't get puppeteer to work
13 replies
Puppeteer GLIBC version error
I'm using puppeteer with railway, and I'm getting this error in a monorepo.
⛔️ Error: Failed to launch the browser process!
TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md
/app/apps/image/node_modules/.remotion/.chromium/linux-1002410/chrome-linux/chrome: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found (required by /nix/store/9lhvbvvm3s7kv7maak5vm7as6fwjgfa7-util-linux-minimal-2.39.2-lib/lib/libmount.so.1)
I have my nixpacks apt packages set to libnss3 libatk1.0-0 libatk-bridge2.0-0 libcups2 libgbm1 libasound2 libpangocairo-1.0-0 libxss1 libgtk-3-0
What's going wrong? Any ideas?
6 replies
Error after installing puppeteer-core. libuuid.so.1
After installing puppeteer core and deploying my application, my app crashed with this error:
This issue appeared after I installed
puppeteer-core
.
I've read all similar issues on discord and github looking for a solution, but I found nothing.30 replies