Replies: 1 comment 1 reply
-
Can you reproduce the errors with just |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
We use resty which is been compiled to wasm and executed within an ember application.
In test, if we setup mock fetch like pollysjs, we see a lot of error like this one :
ERROR RESTY Get "https://api.coingecko.com/api/v3/coins/list": net/http: fetch() failed: Failed to execute 'fetch' on 'Window': Failed to read the 'signal' property from 'RequestInit': Failed to convert value to 'AbortSignal'., Attempt 1
I don't know if this is Resty related and what to do ?
Beta Was this translation helpful? Give feedback.
All reactions