MrPurpleHat
MrPurpleHat
WWasp-lang
Created by MrPurpleHat on 8/14/2024 in #đŸ™‹questions
Invalid credentials after DB changes
I pretty much messed up the database by adding something into the schema, which caused some issues. Anyway, I ended up with a wiped database, the schema is now correct and working. I can sign up with a user, verify it however when trying to log in I am getting invalid credentials (I have tried different emails, passwords etc and 100% sure the password is correct. I can see the user in the database, and when trying to log in can see this is the error coming up in the terminal [ Server ] POST /auth/email/login 401 72.864 ms - 43
4 replies
WWasp-lang
Created by MrPurpleHat on 8/8/2024 in #đŸ™‹questions
Struggling with initial installation (Mac, M2)
Have looked around and seen others with the issue, but really struggling to solve. WARNING: It looks like '/Users/user/.local/bin' is not on your PATH! You will not be able to invoke wasp from the terminal by its name. You can add it to your PATH by adding following line into your profile file (~/.profile or ~/.zshrc or ~/.bash_profile or ~/.bashrc or some other, depending on your configuration): export PATH=$PATH:/Users/username/.local/bin I added a file to my user, named .zshrc with the export PATH=$PATH:/Users/username/.local/bin but still not able to install correctly. I know this is a very begginer question, so appreciate any responses / input.
5 replies