RelativeUrlWithoutBase error while parsing successful response url #2489
Labels
A-wasm
Area: WASM.
E-pr-welcome
The feature is welcome to be added, instruction should be found in the issue.
Hi ! I'm using trunk to develop an app that makes http calls to the shadertoy api. My code is roughly the following:
Eveything works fine in non wasm environment, but on wasm I always get RelativeUrlWithoutBase error. This is happening not at request time but at response time, as I traced it back to this call on the url parse of the response (see
here) snippet bellow:
I checked all the issues that reference this problem but all seem to talk about request time url parsing not reponse time. I have nop way (I don't know how) to obtain the value that is being returned and triggering this problem on rust-url (see here):
I tried almost everything inclusive changing trunk configurations but to no avail. Any idea how can I solve this and what is causing it ? Any workarounds ?
The text was updated successfully, but these errors were encountered: