Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: error password was not provided when creating client type of user and no password input is presented #1668

Open
1 task done
xshadowlegendx opened this issue Aug 1, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@xshadowlegendx
Copy link

Describe the bug

adding Client type user response with error Password was not provided and there were no password input box for the Client type user

Steps to reproduce

  1. download the docker-compose.yml to run on local
  2. go to localhost:9000 and follow initial user setup
  3. go to Create a new User and then switch to Client type
  4. type in the name and read/write patterns and then click Add button

Affected services

UI, Data, Other

Broker version

v1.4.4

Platforms

Docker

If UI - Browsers

Firefox

Environment

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@xshadowlegendx xshadowlegendx added the bug Something isn't working label Aug 1, 2024
@Ahton89
Copy link

Ahton89 commented Aug 11, 2024

I encountered the same thing :) And the solution is very simple: you need to replace USER_PASS_BASED_AUTH: '"true"' with USER_PASS_BASED_AUTH: true in docker-compose file :) because '"true"' cannot be parsed as a boolean and the frontend considers it as false by default :) Typo in docker-compose file :)

@xshadowlegendx
Copy link
Author

xshadowlegendx commented Aug 13, 2024

I encountered the same thing :) And the solution is very simple: you need to replace USER_PASS_BASED_AUTH: '"true"' with USER_PASS_BASED_AUTH: true in docker-compose file :) because '"true"' cannot be parsed as a boolean and the frontend considers it as false by default :) Typo in docker-compose file :)

I see, but as a first time user who is navigating through getting started, they will not know about this thou, and this is download directly from the website, no logs from the server to indicate about this as well and how does user know if it is what causing the issue

@xshadowlegendx
Copy link
Author

I tried with setting USER_PASS_BASED_AUTH to true and it still show the same error

@Ahton89
Copy link

Ahton89 commented Aug 15, 2024

You fix in memphis-rest-gateway and memphis services? or only in one? Need fix in all services

@xshadowlegendx
Copy link
Author

You fix in memphis-rest-gateway and memphis services? or only in one? Need fix in all services

ok got it, yes need to change on both services, now it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants