You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thank you for this amazing project. Love the idea.
As recommended, I went with the Docker version. However, it was not startable. Did it work for other people here?
First issue was, that that i said Chrome was missing. I added "RUN npx playwright install chrome" to the Dockerfile and that solved it.
However, then next I got "Error: ENOENT: no such file or directory, open 'stealth.min.js'" when tried to start it.
Someone know what could be the issue? It should work since its in the Docker and behaves everywhere equally, right? What am I missing?
The text was updated successfully, but these errors were encountered:
Hi,
thank you for this amazing project. Love the idea.
As recommended, I went with the Docker version. However, it was not startable. Did it work for other people here?
First issue was, that that i said Chrome was missing. I added "RUN npx playwright install chrome" to the Dockerfile and that solved it.
However, then next I got "Error: ENOENT: no such file or directory, open 'stealth.min.js'" when tried to start it.
Someone know what could be the issue? It should work since its in the Docker and behaves everywhere equally, right? What am I missing?
The text was updated successfully, but these errors were encountered: