glewlwyd
glewlwyd copied to clipboard
[Windows] Cannot add user on a fresh install
Just built lastest version from source on Windows 10 x64. Started the server. I can login successfully and add a new user DB backend.
However I can't add a new user.
I suspect I may have missed some setup or details.
Any hints would be grateful.
Cheers.
I'm confusing with your issue. You say you can't add a new user, but the screenshot right after shows a invalid connection screen. Which one is it?
If it's an add user issue, you may have more information in the API call.
Open the javascript console (usually press [F12]), try to add a user, then in the network tab, look at the POST http://localhost:4593/api/user
call, and check the response, it will tell you the response status and body.
Thanks for the debugging tip! Cool.
This is what I get when I click on the 'OK' button.
So it's not an add use issue, but an auth user problem.
Somehow you new user can't be authenticated. The log file below says Authorization invalid. Are you sure of the password used? You can try to set a new password and try again with the new one for example...
Hello @sfhacker ,
any update on this issue?