-
Notifications
You must be signed in to change notification settings - Fork 56
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] Manager UI Error messages upon startup #515
Comments
can I be assigned to this issue? |
/assign @cstecc |
I also used a kind cluster locally and did not get this message. this text also doesn't seem to exist anywhere within the files did someone already resolve this issue? |
This is a slightly different issue though, so @cstecc I might close this issue in favor of opening a new one. Would you be interested in working on this bug? |
Yes ill work on this thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Environment:
I deployed Tornjak backend in a local Kind cluster and the Tornjak manager backend is running locally at port 50000
Then I ran:
To start the frontend with the manager UI.
Error
I notice the home page for the manager is the Agents list page. When I go to any page other than the Manage Servers page, I get this in the heading:
Particularly, this error message does not come from the backend (there are no calls to the backend), which means there's somewhere in the frontend is assuming error code.
Potential suggestions
Manage Servers
page be the home page for the manager?a. Perhaps it might even make sense to add a hierarchical level between the pages? For example, the
Manage Servers
page is a higher level than the other pages that are specific to one server. Maybe a sidebar menu or something like that. I recognize this is a bigger ask, so we can open a separate issue if we decide to do this at some point - just wanted to raise the ideaThe text was updated successfully, but these errors were encountered: