Request does not execute when ky instance has prefixUrl #346
Replies: 1 comment 8 replies
-
|
My guess is that |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created a single instance of
kyusingky.createThen use that instance to perform authentication request to server
when the function is called, it seems that the AJAX request was not executed at all (AJAX request was not present in browser dev tools network tab), as I monitor the server and it endpoint was not called.
If I remove the prefixUrl from the instance, the request executed.
Is there a configuration I needed to do inorder for the request to be executed when there's a prefixUrl set?
Beta Was this translation helpful? Give feedback.
All reactions