Hello,
we have a custom plugin providing some external service API calls. We update the plugin to add a new field to the return value of a Data call. After the update, the call fails in Bubble editor, evaluating to a Missing Type.
It looks like Bubble can’t resolve the updated type with the new extra field, or it’s still trying to access the old type, or something changed in the way bubble looks for plugin types.
Has anyone encountered this or have any pointers?
thanks!
Likely adding the field changed the data to new type like you suspect. Only thing to do likely is resolve issues in issue checker.
I’d first try refreshing app editor to see if it does, but if not use issue checker and click on them, which may be all you need to do, but if not next step is just type into dynamic expressions to select the new data type
Thanks for your fast reply!
Refreshing didn’t help, I even try to remove all browser cached data to see if it was a client-side issue, and that also didn’t solve it.
I’ve turned on backend workflow issue checker, because we are using the plugin in a backend workflow. The relevant issue reads:
“Return data from API: content should be () but right now it is a a non-defined btype”
I’ve tried to remake the backend workflow from scratch, so I typed in all the dynamic expressions again, if that’s what you mean, and this haven’t changed it either. I also have made a new backend flow from scratch, and also that produced the same error