4 Replies
it worked 👍
I have actually two Q
one is posted in stack overflow:https://stackoverflow.com/questions/73418396/supabase-unable-to-exchange-external-code-providerlinkedin
and the other one I am getting from when I use sveltekit and try to update the query:
let query = supabase.from('cities').select('*'); and then I create a select option where its updated .
let newQ = query.fileter('cat',eq,'1');
first time it works fine,then when I select another option and I console.log(newQ)...I see that the filter from before in the url that is being sent to supabase remains.
the new query should cat eq 2 instead its cat eq 1 and cat eq 2
Stack Overflow
supabase Unable to exchange external code provider:linkedin
I'm having a problem with Supabase using linkedin as a provider,
When I login with my profile from linkedin it works fine and to test it further I created a new account in linkedin and tried to log...
if anyone has any solution for these two questions let me know guys
I found a solution to the second one by creating dynamic variable like this :this['query' + i] = supabase.from('companyview').select('*').filter('category', 'eq', category);
await getCompanies(this['query' + i]);
but for the first one I do not know what the problem might be
cannot close thread
Thanks for trying... This new forum type does not have that option, unfortunately.