thomasmol
Explore posts from serversI built a new Railway.app template, but is it complete?
Hi there,
I saw the current Railway template for Twenty is outdated (its managed by someone at Railway) so I created a new one: https://railway.app/template/nAL3hA
It works for me but I did notice that e.g. the
render.yaml
and docker compose file build 2 services from the twentycrm/twenty docker image (server and worker?).
However, my template only builds 1 service and seems to work fine. Is the 2nd service necessary? What am i missing?13 replies
Error: P1001: Can't reach database server at `postgres.railway.internal`:`5432`
Container keeps crashing, says it can't reach my database. I use private networking with the private database url. This has happened a few times, randomly, where suddenly the server cannot reach the database. Restarting sometimes works, sometimes it does not.
36 replies
DTDrizzle Team
•Created by thomasmol on 10/20/2023 in #help
Issue running migrate(): error: script "migrate" exited with code 1 (SIGHUP)
I am trying to run my migration script that should execute my migration sql files:
But I get this error:
6 replies
DTDrizzle Team
•Created by thomasmol on 8/27/2023 in #help
Running migrate() in Sveltekit project
I have a migrate.ts file with the script for running migrate(), how would you typically execute this in a sveltekit project? I tried adding it to a npm script:
"migrate": "ts-node src/lib/server/database/migrate.ts"
but I get errors here (ERR_UNKNOWN_FILE_EXTENSION
). Any ideas?8 replies
trouble redirecting www to non www
I have some trouble redirecting my website from the www to the non www version. I am using cloudflare and have set up a page rule. I also have cname records for @ and www pointed to my railway service url. Any ideas?
13 replies
Get an error when uploading a large file through my app: rror: abortedat connResetException
project id: f9724669-2787-46a8-bfcd-3dd6e9944ba6
I am using SvelteKit and try to upload a larger file through my app, i receive these errors, any ideas?
2 replies
Cannot add root domain to my custom domain
I want to add my railway url to a custom root domain, it asks to fill in 'cname' for type and '@' for name and the url for value. However, at my domain hosting i receive this error when i try to do this: 'A @ record cannot be a CNAME'. Any ideas? the www custom domain is working.
12 replies