Hi,
I am using the Google OAuth plugin to sign in/up with Xano, using WeWeb as my frontend.
The process is partially successful, but I am still experiencing some bugs. The process successfully creates a new user in my User database, with google oauth info. However, it is failing in the /oauth/google/continue endpoint.
Here is a picture of the error:
The message says:
message: Invalid to resolve dbtable: user
I believe this this happening at the Get Record from User step.
I tried disabling that step and recreating it with my user table, but it still produced the same error.
I have not deleted or created the user table since adding the Google plugin. The only thing that has changed is that I updated my account to the Launch level from the free instance.
What can I do to solve this issue?