I have my Bubble app connected via the API connector plugin to Auth0. It works and I am using it both for login and as well to authenticate into an API we developed. Currently it is wired to only see the staging environment.
Bubble has 2 versions it calls live and version-test.
Currently both connect to staging. I want to set it up so the test environment connect to the staging env. in auth0 and live connects to production.
I have it working in a test, outside of one option. I have the live and dev keys input and they are switching as expected. However, it isn’t getting the token back in the staging environment because I can’t point the variable I highlighted at two places in Bubble’s interface (you can see above where I declare an environment variable and I can adjust which tenant api I am calling at auth0 this way - and that works). I just can’t map a variable to the next call there, it doesn’t offer the option. Is there anyone in here that is familiar enough with this to offer some ideas as to how I might get this done?
