Hello Supabase-community
So far I really love supabase, especially of course that it is open source, the great docs and UX 🥰
Here is my issue:
Trying to create a small website with Svelte and supabase. Wanting to use LinkedIn auth and followed the instructions (inserting project url in linkedIn App and LinkedIn credentials in supabase).
I can click on the LogIn button, type in my LinkedIn-credentials, allow my website to access my account and get redirected. However instead of a successful session I get the following error message in my URL bar
error=server_error&error_description=Unable+to+exchange+external+code%3A+AQSHg_omRSOVd33nWtE8o38xuU...
LogIn via magic link does work however...
Google search did not really reveal anything about that error... I used for my Svelte project the Supabase documentation skeleton
(
https://supabase.com/docs/guides/with-sveltekit)
Many thanks in advance for help! Right now, I do not even know, where exactly I have to check the root cause of the error...