along with many others it would seem, I have attempted to shift my hobby apps from Heroku to Railway. I haven’t had tremendous success as both of the apps I’ve transferred (which work fine locally and on Heroku) experience the same problem on Railway – no styling and images not loading.
I raised the issue on the Railway community help system and a member of the team replied “My guess here is that you need to allow the origin of the assets in your Rails config file”. I asked if he could expand on this, but didn’t get a reply.
Can anyone provide a further clue. Is there a particular line of code I should add to the config/environments/production.rb file?
Thanks
Daniel