Container running fine locally but won't run on Railway (related to headless chrome / puppeteer)
I'm trying to add Puppeteer to my C# api to do some image generation but for some reason, adding the code just throws the service into a 503 state.
Running the docker image locally works perfectly fine (I'm installing chrome into my docker container, is this causing the issue?).
Is there something specific with Railways I should be doing to run this?
2 Replies