#error debug and connexion

12 messages · Page 1 of 1 (latest)

lime summit
#

Hello dear developers, I have a problem debugging my online banking application, I managed to install all the necessary environment, and when debugging it launches the app just at the sign-in and sign-up level I manage to register a new account on my appwrite and then I try to connect it works and it does not open the home menu, I do not know if I have a connection problem and everything but the accounts that I register and that I try to authenticate do not give? could I have an adequate answer?

azure prism
#

It looks like there’s an issue when you sign up. Could you try signing up again? But before that, please delete the auth user in Appwrite, remove the users in the user collection in Appwrite, and deactivate the customer in Dwolla. Then try signing up again.

lime summit
#

I have tried everything but so far it does not work and it cannot debug

azure prism
#

okay let me try your code

#

i cant access your code, can you open it to public?

lime summit
azure prism
#

okay let me check

#

There’s a typo in your plaid.ts file.

It should be PLAID_CLIENT_ID, not PLAID_CLIENT-ID.

After making that change, I was able to sign up without any issues. Before trying again, you can delete your auth data in Appwrite, remove the user data in Appwrite, and deactivate the user in Dwolla.

sly lagoon
azure prism