Tibo
Explore posts from serversError when running start command for SvelteKit app
I want to deploy my Sveltekit app on Railway but I'm getting errors during the deployment.
Here's my deployment log:
The problem seems to come from my start command. As I'm using Vite, there are no built-in start command so I used this one:
npx http-server ./dist
I don't know what I should use as a start command or what I should modify4 replies
Add a GCP key json file
I'm using Google Cloud Storage and I connect to it with a json file containing the key.
This file is not in my repo so it's not added to the build.
I'd like to know if it's possible to add a file outside the git repo to the build ?
7 replies
Can't connect environment to a specific branch
I have a project with a production environment and I'd like to link it to the branch 'main' of my GitHub repo.
The project is already connected to this repo and is redeployed every time I push to one of the branch but when I click on the button 'Connect environment to branch' I'm getting an error saying that the repo could not be found.
5 replies