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?
#error debug and connexion
12 messages · Page 1 of 1 (latest)
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.
I have tried everything but so far it does not work and it cannot debug
The gît ôte public sir
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.
I have PLAID_CLIENT_ID, but there is still an error and when I press register/login, nothing works
So, you already fix this error? Can you push your update to github, so I can try again?