AGHello Neil Moses Thanks for the feedback. Now regarding the query you had, can you compare your code with the one in this GitHub repo - https://github.com/aakash14goplani/SvelteKitAuth I believe that the file placement or a missing dependency is causing this problemReply·Article·Sep 29, 2024·Step-by-Step Guide to using custom OAuth provider with SvelteKitAuth
AGThis news is definitely exciting but what I like more in this blogpost is the team picture in the end :joy:Comment·Article·Aug 16, 2023·Announcing Hashnode Public APIs 2.0 closed beta
AGHello Patrick, Are you using sessionstorage properly with key as "lang"? You can refer section "4. Detect the locale on the client side" and "Locale Switching". I know you are not switching locales but this section will give you idea on how to use session storage for persisting user locale.Reply·Article·Aug 12, 2023·Internationalization in SvelteKit with typesafe-i18n
AGBecause it is not the part of SvelteKit ecosystem. In the article, I had stress to follow best practices laid by SvelteKit but if that is not possible because of requirements in-hand, then go for miscellaneous approaches!Reply·Article·Aug 3, 2023·Avoid shared state on the server in SvelteKit
AGStrange!! Works well for me though! Would it be possible for you to create a minimal reproducible example and share it with me?Reply·Article·Jul 24, 2023·SvelteKit Authentication using SvelteKitAuth and OAuth providers: A Comprehensive Guide