Failed to parse URL from [object Object]
This is the request that I'm trying to add:
This is the error message :
I don't understand why the URL can't be parsed...
I don't understand why the URL can't be parsed...
3 Replies
@HonzaS sorry for tagging you, but if you can have a look at this it would be great
dependent-tan•3y ago
this should work, no need to for the
new Request
also notice that request queue is deduplicating on url by default, so another post request with the same url will not be added unless you specify another uniqueKey or set useExtendedUniqueKey to trueoh yes I forgot about this
I will enable useExtendedUniqueKey