Open arthemium opened 1 year ago
Cannot reproduce. I believe this is an issue with the server hosted on localhost
. Could you share a public web server where this does happen?
@lino-levan the issue is happening with the following url: https://ws.api.video/videos/123
While trying to run the below code, doesn't throw any errors, and doesn't continue into the sequence (doesn't print "AXIOS RESPONSE").
Removing,
data
parameter will resolve the issue.Seems that the
axios
lib is not fully compatible with DenoTried to replace the version of axios with 1.3.0 and 1.2.0 (same results)