Slaven
Explore posts from serversHelp with SQLite DB on volume
Hi! I am thinking of using Sqlite for a project. And I wanted yo ask how you went around to not only connect your app to the Sqlite db in the volume, but also how you access it from a DB explorer (if you did something like this). In the docs it says "To access your files, you must do so via the attached service's mount point". But I am not entirely sure how to do so
27 replies
Configure maximum request body size SvelteKit | HTTP 413
Hi @jtmaveryk thanks for the answer. Fortunately I found a one line solution. It is to add
BODY_SIZE_LIMIT
to the Railway App Variables and configure it to something >500kb . Its explained here: https://kit.svelte.dev/docs/adapter-node#environment-variables-body-size-limit9 replies