eddie
browserless (puppeteer) issues
project id:
168b11d7-f1cd-4066-91c0-fd9530f55259
i have a headless puppeteer project and am trying to switch over to browserless (v2) having issues when swapping the code:
received error on the puppeteeer.connect
call:
confirmed the BROWSER_WS_ENDPOINT is correct (i even copied the wss: directly in case the env vars weren't passing thru)31 replies
typescript: is railway ignoring tsconfig.json
I am getting these Type errors and am looking to just disable them so they aren't so strict with typescript errors in Railway.
Locally i have them set in tsconfig.json (strict:false,etc) to not be to strict and it works locally but on railway deployments it seems to be super strict on these syntax errors
i am wondering how i can make them more quiet or is railway ignoring this file?
Example typescript error message during railway builds:
Type error: 'searchParams' is possibly 'null'.
project 7bd9394f-6a2f-4a94-b405-cdc7d5edd6c7
2 replies
cname and A name
hello, we are trying to expoose our app to a custom domain
in here (https://docs.railway.app/deploy/exposing-your-app#redirecting-a-root-domain-from-google-domains) it tells me how to setup CNAME to point to https://www.WEBSITE.com
but how do i setup ANAME to point to https://website.com ?
6 replies