Ashwin
Ashwin
RRailway
Created by Ashwin on 9/11/2024 in #✋|help
Build error
No description
36 replies
RRailway
Created by Ashwin on 9/8/2024 in #✋|help
Does browslerless support headful mode?
I followed the docs, implemented this and still struggling:
import puppeteer from "puppeteer-core";

const launchArgs = JSON.stringify({
args: [`--window-size=1920,1080`, `--user-data-dir=/tmp/chrome/data-dir`],
headless: false,
stealth: true,
timeout: 5000,
});

const browser = await puppeteer.connect({
browserWSEndpoint: `wss://production-sfo.browserless.io/?token=GOES-HERE&launch=${launchArgs}`,
});
import puppeteer from "puppeteer-core";

const launchArgs = JSON.stringify({
args: [`--window-size=1920,1080`, `--user-data-dir=/tmp/chrome/data-dir`],
headless: false,
stealth: true,
timeout: 5000,
});

const browser = await puppeteer.connect({
browserWSEndpoint: `wss://production-sfo.browserless.io/?token=GOES-HERE&launch=${launchArgs}`,
});
I'm getting: Error: Unexpected server response: 500
138 replies
RRailway
Created by Ashwin on 4/24/2024 in #✋|help
Turn off auto deploys
hey, is there a way to turn off auto deploys?
5 replies
RRailway
Created by Ashwin on 3/24/2024 in #✋|help
Bad port: "6668" is reserved for ircu
Hey - I'm getting this error for my NextJS project. All I did was push to git, and then my deployment broke (my changes had nothing to do with ports or that port number). Don't have any issues with building + running on localhost
7 replies
RRailway
Created by Ashwin on 2/27/2024 in #✋|help
0 downtime deploys not working
Hey guys, need help - it says application is not responding in between my deploys
27 replies
RRailway
Created by Ashwin on 11/22/2023 in #✋|help
Wildcard + normal domains
Hey, I'm struggling with using *.domain.com and domain.com on different instances. *.domain.com on instance 1 domain.com on instance 2 Thank you :)
8 replies
RRailway
Created by Ashwin on 11/22/2023 in #✋|help
Can I share a storage between 2 instances?
Hey. my question is in the title, any leads much appreciated :)
9 replies
RRailway
Created by Ashwin on 4/8/2023 in #✋|help
Cannot find module error
5 replies
RRailway
Created by Ashwin on 3/16/2023 in #✋|help
Bun (could not resolve an installed package)
23 replies