Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't deploy CloudNode on Fly.io, browser missing #214

Open
glassworks-projects opened this issue Nov 7, 2024 · 3 comments
Open

Can't deploy CloudNode on Fly.io, browser missing #214

glassworks-projects opened this issue Nov 7, 2024 · 3 comments

Comments

@glassworks-projects
Copy link

I am trying to deploy a CloudNode as a Fly app. I can deploy the app, expose port 1818, and send requests from my local Hero client to the app. But invariably I get:

Error: Failed to launch chrome 128.0.6613.137:

Please re-install the browser engine:
-------------------------------------------------
-------------- NPM INSTALL ----------------------
-------------------------------------------------

 npm install @ulixee/chrome-128-0

-------------------------------------------------

Here's the repo I'm experimenting with, it's quite small: https://github.com/silknode-dev/silk-ulixee

I've tried directly installing @ulixee/chrome-128-0, as well as installing Chrome directly via my Dockerfile. Neither worked. Not sure if this is a limitation of Ulixee or I'm just doing something wrong, but either way...please help 😭

@blakebyrnes
Copy link
Contributor

You probably need to do post-installs for the chrome browser. You can see a sample docker here that might help - note there are several folders that Hero will write to that you should ensure you have write access to

https://github.com/ulixee/platform/tree/main/cloud/tools/docker

@prodpeak
Copy link

Same issue for me with fly.io.
Have you had any luck with post installs?

@glassworks-projects
Copy link
Author

i gave up :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants