You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for making me aware of this! Seems axios itself doesn't handle character escaping - it passes it to XHR in browser that does do this automatically, but http in node expects you to do it yourself.
Using this piece of code
(used inside an async function) throws following error
and im pretty sure that this piece of code is correct 🤔 would appreciate some information how i would go about fixing this issue
The text was updated successfully, but these errors were encountered: