jos o
Rails and Vite project start command?
Hi all, I'm trying to get a Rails/Vite/Svelte mono repo app to start in Railway I've tried
bin/rails s && bin/vite dev
to start it as well as using the Gem Foreman but neither have worked. the firs only started the rails server and the second crashes because it can't find the procfile that is clearly in the root directory. I'm not sure what to do here?15 replies
Getting LoadError for vips.so.42 in Rails app using ActiveStorage connected to S3
I'm getting the following error I my research says it's because vips isn't installed. I know this means I would need to add it presumably by creating a nixpacks.toml file but I'm not immediately clear on what all would need to be added to do that looking at the documentation. if anyone has some guidance it would be appreciated
6 replies
Railway erroring with no logs
hi y'all. I'm running into an issue with Railway throwing a "We're sorry, but something went wrong.
If you are the application owner check the logs for more information." in my Rails 7 app when trying to sign in via the passwordless gem. When I check the logs theres no record of the http requests leading up to it let alone what might be causing it. I have the highest level of logging turned on in my application and even turned on treat all requests as local and I'm still not getting anything to be able to troubleshoot. also might be worth noting that the action I'm trying to do works locally with the same configs. I believe my project id is 611d8cce-01b8-4c7d-abcc-e60eb86f7a34 if anyone has any insight I'd appreciate it
4 replies