I’m crazy? My Live and Dev databases seem to be mixed up.
Am I the only one with this problem?
I am triggering, from production, the creation of a record. This ends up being created in the Dev database instead of the Live database.
Since I know it seems crazy, here is a video where I show what is happening to me.
It started happening yesterday, after I deployed some changes to Live.
I’m starting to get a little desperate, I have no idea what’s going on. I already contacted Bubble support, but it’s July 4th, so I don’t think there will be a response today.
I can see how that is frustrating for sure. Can you please show us the whole workflow when you press the actual button? What happens in that workflow? Are you using the API Connector to run the workflow or are you scheduling an api workflow? Hope to get some more clarification to assist.
Why the API is public? Are you calling this endpoint from outside Bubble? If yes, you need to make sure the webhook link you provided do not have the “version-test” in the midle., otherwise, it will trigger this workflow always in development environment…
Yeah… my first thought (the only way I can see this happening) is if you’re calling the API via the API connector, and you’re using the wrong endpoint URL…
Is that what you’re doing? (show us the workflows you’re using to call the API).
I feel so dumb!
The API is public because I’m returning data from that backend workflow, and I was using the API connector to get it. While testing it, I put in the development URL and forgot to change it
You guys are amazing, thank you so much!