After intital set up in Docker and running, 'http://localhost:3000/topics' Shows blank page in Edge and Chrome
mikepoz59 opened this issue · 2 comments
Describe the bug
Following the instructions on the Readme.MD page, and changing the ENV hosts to "localhost", starting the service and opening the portal works on the default landing page, and then clicking down the left navigation panel icons, everything except "topics" (folder Icon) resolves properly, but the "topics" URL results in a blank page.
To Reproduce
Steps to reproduce the behavior:
- Run the 'docker-compose -f docker-compose-kafka-prom.yml up -d'
- Make sure Node.js is installed: v16.13.0
- Follow the install, and build command sequence.
- Modify the host name in the .env file to be "localhost".
- execute "npm start" and wait for the "Kafka Admin Connected" message in the console
- Launch the portal "http://localhost:3000".
- Click each of the icons in the left navigation pane.
Expected behavior
Each icon's target will resolve properly in a useful portal page.
Actual behavior
The Topics icon link results in a blank page in both Edge and Chrome browsers. Note, I did not test in other browsers.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
-
OS: Windows 11
-
Browser: Edge
-
Version: 104.0.1293.70 (Official build) (64-bit)
Edit Note: Uploaded the right screenshot, sorry! -
Browser 2: Chrome
Additional context
After the above, I added a topic, and the Topic page did resolve, so perhaps, if there are no topics are found, you should either:
- Put up a message stating no topics found, please create at least one.
- Redirect to the "Create a Topic" page automatically.
Edit Note: Added the additional context once I figured that part out.
Side note, this looks to have amazing potential, and I'm evaluating it for use at work on our team's Kafka clusters.
@mikepoz59 Thank you for the feedback and for raising this issue. We will look into this asap!