Project id: 5fb3ff68-9934-45f5-9809-420c7458cc70
I've got the setup show in the screenshot where I've:
- created a service using https://github.com/brody192/playwright-example-python
- added another service that uses the Browserless v2 template (https://railway.app/template/0jqemX)
- added the required env variable
BROWSER_PLAYWRIGHT_ENDPOINT=${{Browserless.BROWSER_PLAYWRIGHT_ENDPOINT}}
However, I keep getting an error saying: playwright._impl._errors.Error: WebSocket error: wss://browserless-production-4d3a.up.railway.app/playwright 404 Not Found
Any help would be much appreciated! Thanks!