I can’t get LinkedIn logins to work on native mobile. I tried my own API which is what I am using on web, I tried the whole login using a web browser thing, and tried the two Bubble plugins, none are working.
This is the fartest I got with one of the plugins:
I am using the LinkedIn using OpenID Connect plugin
In the settings of the plugin I checked: Use a generic redirect URL (https://mydomain.com/api/1.1/oauth_redirect
The user taps on the button, it opens LinkedIn, after authenticating at LinkedIn and allowing the connection, the connection sheet is closed but the user is not logged in.
I am not sure if there is a way to get debug errors somewhere to see what’s going on? I am testing using BubbleGo on iOS.
When I try the flow with the web debugger, after the LinkedIn connection, the user gets a white screen that does not go away.
In the console, I see this error:
Uncaught b: Oops, looks like we are in run-mode or server-mode, but have required edit-mode code. Look at the stack trace to see who is requiring this…
What am I doing wrong? What else can I try here?
