[SOLVED] Server error after deleting rows within database

Im currently doing the Rarible Clone tutorial. I have decided to manually delete a few rows from my database and have ran into a few problems.
When starting up my testnet site, i get this error:
Screenshot 2022-07-07 140058
I can go through the process of signing into Metamask, but when i go to connect my wallet, i also get this error:


What does this mean and how can i fix it?

If you have deleted a user then you also need to delete all data related to user from session and _xxxAddress classes
https://docs.moralis.io/moralis-dapp/users/delete-user

1 Like