You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 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
Describe the bug
adding
Client
type user response with errorPassword was not provided
and there were no password input box for theClient
type userSteps to reproduce
docker-compose.yml
to run on locallocalhost:9000
and follow initial user setupCreate a new User
and then switch toClient
typeAdd
buttonAffected 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
The text was updated successfully, but these errors were encountered: