Hi <@498057949541826571>, do you know of any imple...
# support-questions
f
Hi @rp, do you know of any implementations for svelte? I`m trying to use the supertokens-web-sdk for svelte (sveltekit), but Im having issues with getting fetch to pass along the cookies required for the api-requests.
r
The session related stuff shuold work the same either way
Can you enable frontend and backend debug logs and show me the output when making the fetch call?
f
Actually got it working 🙂 I was using sweltes fetch metod and not the native fetch web API 😅
r
Ah ok! Cool
f
Thanks for your help and for the example app 😊
r
Happy to help