added update to readme

This commit is contained in:
polaris 2024-01-21 22:20:38 -05:00
parent 291f8013fd
commit 8ed37b1891
1 changed files with 5 additions and 0 deletions

View File

@ -92,4 +92,9 @@ npm install -g nodemon
README.zh-TW.md - Raymonf
BUG:
Update:
I have found the problem it is with NEXT_PUBLIC_COOKIE_SECURE_HTTPS=true being set on localhost machine i will try to fix it. Just know you should be using false if you're on localhost.
Initial Bug:
If you're hosting on a local machine the first time you login you will encounter a bug where the username and password get sent to the url bar as queries in plain text and you will then find yourself unable to login. If you clear the url bar and refresh the page you should be able to enter your information and login correctly. I do not currently know what causes this bug and if someone could help me find the cause I would be very greatful.