I cannot seem to get Puppeteer running on node.
So I modified my nixpacks to use node 18.16.
I'm using :
But I keep getting this error:
Although we can clearly see that the
--no-sandbox
flag is being passed.
package.json:
If anyone could help out.7 Replies
Project ID:
1d5edfc1-e62a-4374-b521-39406854b371
1d5edfc1-e62a-4374-b521-39406854b371
FYI, I've also tried the nixpacks:
Do you have chrome installed on the docker image?
Also, just saying this since puppeteer is basically synonymous with userbots ( but I know it has other usecases ) railway doesn't allow userbots on their platform ( https://railway.app/legal/fair-use for more info )
Railway
Fair Use
Railway is an infrastructure platform where you can provision infrastructure, develop with that infrastructure locally, and then deploy to the cloud.
just in case you happen to be running something similar ^
Right, but. Not its not. Its to run a playcanvas instance.
Puppeteer does install chrome when installed by yarn.
Solution
Finally, I think using browserless might be the easiest solution 🙂