External database connection - item page OK, list page ERROR

Question:
Why is the external database working on the item page, but no on the list page?

Product:
Wix editor

What are you trying to achieve:
I have connected a BigQuery database. The data is working properly on the Item page, but the List page is not quering the data, returning a list of errors in the console.

What have you already tried:
I have tried deleting and creating a new list page. I also created a blank repeater and made a manual connection, neither work.

Additional information:
Thank you very much for any tips about this issue!

Update:
I think the error is due to unrecognized characters in the _id.

But the id_ field was created automatictly by the adaptor during the connection.

Why is the adaptor creating ids with invalid characters (+=/), and how can I avoid it?
Thank you.