Hi there,
I have my weweb editor environment hooked up to my ‘develop’ xano branch, but when working in the editor, an endpoint needs to be in the live branch to show up in a dropdown to select it.
Example (screenshots below):
- Add endpoint in ‘develop’ branch
- Try to add as a collection. nothing shows up (remember that weweb editor is connected to ‘develop’ branch in xano plugin and xano auth plugin)
- Merge the ‘develop’ branch to the ‘live’ xano branch
- Refresh in weweb and it shows up
It defeats the purpose of branching if I need to merge all new endpoints into the ‘live’ branch to even configure them in WeWeb. The idea is that my editor would fully use my ‘develop’ branch, but it seems like it is reading the endpoints in the live version and then just using the logic within the develop branch? Not sure but I’m surprised the branching feature shipped with such a major bug.
Has anyone else ran into this? Easy way to fix?
Jack
Not showing up:
Only showing up after ‘develop’ is merged to ‘live’