Panda
Express build randomly stopped deploying successfully
I appreciate your help, you helped me set the project up in the first place. This project was already very stable and I don't want to touch it too much anymore. Just a bummer I can't make minor tweaks all of a sudden. I remember browserless not working for my use case when I was first setting the project up, but I don't remember what my issue with it was.
Anyways, hoping someone else can chime in!
11 replies
Express build randomly stopped deploying successfully
I love you Brody, but this isn't the type of solution im looking for in this situation, i did a minor update to an already working project. I wouldn't expect it to just stop working all of a sudden
11 replies
Is storing a large file into Node public folder possible?
Hey so just a quick question about this. I managed to store the image to the volume, and I'm trying to access it inside of puppeteer (im using it to generate pictures).
I'm trying to acces it like this
${process.env.RAILWAY_VOLUME_MOUNT_PATH}/StarrySky.png
I'm sure it exists because I can list all the files from that mount path. But when done through an image tag it doesn't load at all.
Should I be loading the file into memory and passing it as a base64 string for this use case?
24 replies