zeruniverse / Password-Manager

An online keepass-like tool to manage password. client-side AES encryption!
Other
170 stars 44 forks source link

TypeError: Cannot convert undefined or null to object AFTER LOGIN #259

Closed abenati closed 3 years ago

abenati commented 3 years ago

Hi, trying to login on localhost, I receive this error: TypeError: Cannot convert undefined or null to object Don't know how to solve or debug. Thanks in advance

zeruniverse commented 3 years ago

As stated in README, this project only works under HTTPS. If you install in local host, please make sure you trust your self-signed cert and use https://localhost/ instead of http://localhost

On Mon, Oct 26, 2020 at 7:01 AM abenati notifications@github.com wrote:

Hi, trying to login on localhost, I receive this error: TypeError: Cannot convert undefined or null to object Don't know how to solve or debug. Thanks in advance

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zeruniverse/Password-Manager/issues/259, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDO6NGQSHX4Y4GYBALNM6DSMV6LTANCNFSM4S7NLVJQ .

BenjaminHae commented 3 years ago

Why is https necessary on localhost? It is considered a secure origin by browsers, so the web crypto API should be available?

zeruniverse commented 3 years ago

Umm, then I'm not sure what happens exactly. Could you open developer console and paste the error message here?

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.