jos o
jos o
RRailway
Created by jos o on 4/14/2024 in #✋|help
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
RRailway
Created by jos o on 4/28/2023 in #✋|help
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
LoadError (Could not open library 'vips.so.42': vips.so.42: cannot open shared object file: No such file or directory.
Could not open library 'libvips.so.42': libvips.so.42: cannot open shared object file: No such file or directory):
LoadError (Could not open library 'vips.so.42': vips.so.42: cannot open shared object file: No such file or directory.
Could not open library 'libvips.so.42': libvips.so.42: cannot open shared object file: No such file or directory):
6 replies
RRailway
Created by jos o on 3/2/2023 in #✋|help
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