-
Notifications
You must be signed in to change notification settings - Fork 227
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
Application error #43
Comments
Hey @mds-vsu , these doesn't have anything to do with connecting to the dev server. This warning is purely related to the DOM hierarchy within react. This has been on our radar, and is a simple fix, just haven't gotten to fixing it yet. It doesn't hurt development though, as it is only within react. Will label it, and keep open until we address it. I am glad to see you can successfully build the frontend. Please either let us know how we can make the documentation better, or if you want to create a pull request and help out. If you want to look more into this, look at the SystemLog context consumer (this is using the react context api, and you will see the provider in the same file as well): OpenUBA/interface/src/Components/Common/SystemLog/SystemLog.js Lines 13 to 28 in ae56fe2
This context implementation is setup to feed frontend related display information via context. Thanks for posting the issue, and feel free to join our discord (if you need some quicker help). We are still actively building on our first release. :) |
@Jovonni thank you for rapid reply. I got this when trying to switch to "Models" Settings, Cases and Anomalies just displays a Header, like "Settings page", "Anomalies page", and no other information |
Yes, all configuration in this version is done via the actual source code. We haven't wired up all of the pages yet in the code you have. Our current release is further on that. Don't rely on the UI to change anything right now. The only page that is started to be connected to backend is the models page, as that is receiving data via the context API. Still working on that. Regarding that renderer error, can you describe the behavior leading up to that? We can check that API call it is referencing. The model page is pulling in the two mode groups in the configuration file. For testing, we have been customizing everything via the source code, not UI. More on the UI connecting to the backend soon, but it isn't needed to proceed through the workflow. |
Hi, OpenUBA development team!
I'm trying to run openuba locally on Ubuntu 20.04.
Could you please advise how to fix: i have an issue running the application, looks like some problems related to connecting to dev server
I had provided server and application logs and the screenshot from firefox
Will appreciate your help, thank you
logs.zip
The text was updated successfully, but these errors were encountered: