TypeError: Invalid URL
Adding requests with
crawler.run(["https://website.com/1234"]);
works locally while in the apify cloud it breaks with the following error: Reclaiming failed request back to the list or queue. TypeError: Invalid URL
It appears that while running in the cloud, the URL is split by character and each creates a request in the queue, as it can be seen in the screenshot.
The bug happens no matter the URL is hardcoded in the code or added dynamically via input.
I'm using crawlee 3.13.0.
Complete error stack:

4 Replies
Someone will reply to you shortly. In the meantime, this might help:
absent-sapphire•2mo ago
Hi, could please share some code?
equal-aqua•2mo ago
Please try template https://console.apify.com/actors/templates/js-crawlee-puppeteer-chrome - if direct URL works for the template, then you doing something wrong
adverse-sapphire•2mo ago
Also, please share the exact URL you're trying to process.
A link to your run on the platform would be helpful as well.