You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lots of sharp edges with using web.runme.dev with a custom drive client and OAuth provider.
You need to remember to do
app.disableConfigOverridesOnLoad()
To prevent overloading the configuration when page loads;
We added automatic overload because the config kept changing and we wanted to push new configuration to the clients
Overloads/overwrites don't work as expected
I think for some configuration we have merge behavior
For example if the new OIDC configuration doesn't set a clientSecret but the old config did then client secret remains set to the old client secret and the OIDC login flow won't work.
Lots of sharp edges with using web.runme.dev with a custom drive client and OAuth provider.
To prevent overloading the configuration when page loads;
Overloads/overwrites don't work as expected