R
Railway

✋|help

Can't start Remotion server

TTensor9/15/2023
Whenever I try to use the Remotion server it cannot open the browser process and shows me this error. Has anyone deployed Remotion on Railway before?
TTensor9/15/2023
3fc75cee-973d-4a71-bb57-a3b1839273f8
Hhysmx9/15/2023
you’re missing puppeteer dependencies
Nixpacks has ton of additional packages that you can provide to your build through a nixpacks.toml file in the root of your service dir
for example:
[phases.setup]
  aptPkgs = [
    'fonts-liberation',
    'libappindicator3-1',
    'libasound2',
    'libatk-bridge2.0-0',
    'libatk1.0-0',
    'libgbm1',
    'libgtk-3-0',
    'libnspr4',
    'libnss3',
    'libx11-xcb1',
    'libxcomposite1',
    'libxcursor1',
    'libxdamage1',
    'libxfixes3',
    'libxi6',
    'libxrandr2',
    'libxss1',
    'libxtst6',
    'xdg-utils'
    ]

Looking for more? Join the community!