Getting a 404 on useSession and unable to use Svelte Store
Hi there,
When making a request to: api/auth/use-session I am recieving a 404. This is made to a
Then on the
When making a request to get-session this resolves fine and a user is returned.
Code is something like below:
When making a request to: api/auth/use-session I am recieving a 404. This is made to a
Honojs backend.Then on the
Svelte side when I try use the store or value from the useSession method it is saying it is not a store.When making a request to get-session this resolves fine and a user is returned.
Code is something like below:
