memphis
memphis copied to clipboard
Bug: "Generate JWT token" model cannot be closed
Describe the bug
Hey,
The "Generate JWT token" model cannot be closed. "Close" button is disabled.
Steps to reproduce
- Station overview
- Code examples
- REST
- Generate JWT token
- Choose a user and actually generate a token
Affected services
UI
Broker version
v1.0.2-stable
Platforms
No response
If UI - Browsers
No response
Environment
No response
Additional context
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
@yanivbh1 I would like to work on this.
@akarsh-jain-790 thanks for that, you can start working on it
@idanasulinmemphis I can't replicate the issue because when I try to generate a JWT token, I don't see any application user.
@avrhamNeeman could you please take a look?
@akarsh-jain-790 It's empty because you need to create an application user before. Just with the application user and password, you can generate a JWT token.
@avrhamNeeman I'm receiving an error message stating that I cannot reach "http://localhost:4444/" when attempting to generate a JWT token.
@akarsh-jain-790 You need to expose the 'REST gateway' before. If you are running the broker locally, you need to clone and run this project: https://github.com/memphisdev/memphis-rest-gateway
I saw this issue was getting stale so I tried to solve it, hope that's ok.
Thank you @orellazri