Xano connector - some error killing me

Dear @eli or anyone,

I decided to migrate my backend to Xano and started learning how. I am using Xano connector and watched various tutorials especially by @eli.

A strange thing happening now is when making a POST call.
I managed to successfully create a field through the connector. But, in the consecutive call, I get the below error.

Logging out is not working when this happens. But, after refresh, I can log out. When I login back, I can create a new field. Then, the same error.

Am I doing something wrong here?

Hey @rhee.yongjoon,

This error is usually caused by the referenced plugin element not being visible yet on the page. Try adding a condition to the action that makes sure the element is visible before running.

1 Like

Hi @eli,

Thank you very much for response while you’re traveling.

I re-created a bubble app and I am not getting the same error message any more. But, still I am facing a few issues when dealing with your Xano connector.

I made a very simple project for learning purpose.

I have 3 tables: User - name, email, password and mobile / Store - name, location, user (table reference), and products (object) / Product - name, price, q’ty and store (table reference).

  1. I configured API endpoints for GET and POST for /store. Run & debug work fine.
  2. I set virtual data type using API connector for store table of Xano.
  3. I have 3 plugin elements in the index page (I have only 1 page) - xanoAuth, xanoAction and xanoData - all visible.

*** I can signup a new user but USER NAME is not stored. As Xano connector has first name and last name inputs, so I put name input value at both, but I cannot store name in database.
*** I can logout but I cannot login.
*** XanoData is not reading the data, so I cannot populate the store list in RG. Yesterday in the other app, it worked but I had to refresh to get the created data to be displayed.

I watched 3 of your Bubble Xano video tutorials over and over just to replicate the config in mine.
I don’t know what I am doing wrong or if there is any problem with the plugin.

As per the error, it wasn’t visibility issue, I guess.
What happened in the other app were

  1. signup and login worked.
  2. Sometimes I could create a store. But, at second try, the error message popped out.
  3. Once the error message occurs, logout click didn’t work. But after refresh, you find you’re logged out.
  4. There was no consistency in trouble. But one thing for sure was after the error message, I got frozen.

I have this same error [quote=“rhee.yongjoon, post:3, topic:332972”] XanoData is not reading the data, so I cannot populate the store list in RG. Yesterday in the other app, it worked but I had to refresh to get the created data to be displayed.[/quote]

@eli some att to plugin change this?