FB login issue when current url has extra parameters

After some tweeking I can login fine with FB login via
https:// cpa . bubbleapps . io

but if the url I’ve visited is
https:// cpa . bubbleapps . io /?fbclid=someLongIdentifierHere
say because I clicked on some link of my bubble app that had been shared on Facebook

it fails to login via Facebook due to the strict mode most probably with the OAuth redirects that FB now imposes

I tried with both the “use generic redirect url” option set and unset and does the same

why can’t the bubble app strip those url parameters from the oauth redirect url after say preserving them as cookies or something if the app does need to pick them again after the login redirect?

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.