Can't start Remotion server

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?
No description
3 Replies
Percy
Percy14mo ago
Project ID: 3fc75cee-973d-4a71-bb57-a3b1839273f8
tensor8045
tensor804514mo ago
3fc75cee-973d-4a71-bb57-a3b1839273f8
Hys
Hys14mo ago
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'
]
[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'
]
Want results from more Discord servers?
Add your server