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
I followed all your instructions and dependencies (debian 10), however I can't make it work.
The server runs, the /test route does print test, but when I try to render an URL, it hangs forever.
Please let me know which details do you need
The text was updated successfully, but these errors were encountered:
It appears to be because I tried to run this app as root. Using a non-root user and const browser = await puppeteer.launch({args: ['--no-sandbox', '--disable-setuid-sandbox']}); works for the moment in my docker env.
I followed all your instructions and dependencies (debian 10), however I can't make it work.
The server runs, the /test route does print test, but when I try to render an URL, it hangs forever.
Please let me know which details do you need
The text was updated successfully, but these errors were encountered: