kytos-ng / ui

Kytos Admin UI
MIT License
0 stars 3 forks source link

Dev Server Errors #87

Open HeriLFIU opened 1 day ago

HeriLFIU commented 1 day ago

Issue

Dev server functions but throws a decent amount of errors.

Explanation

I personally don't know if it's supposed to function this way, but the dev server is throwing a large amount of errors. This is mostly because it is running in development mode, the UI does not have access to Kytos, and thus, most the errors are because it can't obtain some data. But I personally believe that the UI should be able to function independently of Kytos so that it can be tested properly without requiring too much setup or unnecessary work. You should be able to quickly take a glance at your chances or test them out without having to bundle the entire thing in production mode and then copy and paste it into the Kytos web UI folder. Once you're done testing it within the dev server and have quickly finished viewing all of your changes, you should then compile/bundle the UI and move it to the Kytos web UI folder.

Parent Issue

https://github.com/kytos-ng/ui/issues/84#issue-2543577425

Images

image image