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
Describe the bug
When setting url in the initial useFetch with a trailing slash, addition get/post/patch functions where you add more to the URL adds an extra slash, making the request return a 404.
Describe the bug
When setting url in the initial useFetch with a trailing slash, addition get/post/patch functions where you add more to the URL adds an extra slash, making the request return a 404.
URL will resolve to http://google.com//test/test1
To Reproduce
See above
Expected behavior
Would expect the URL to be https://google.com/test/test1
The text was updated successfully, but these errors were encountered: