Greetings,
I have been reading the documentation and firstly forked the template from Repository
I have been trying the default functionalities, but now I want to add a new option for the following menu, that will be “Forecasting”.
I have already prepared all the files in the code (following the same kind of structure that were done by the others), have my Docker Desktop running perfectly with the necessary things and have java, git, yarn and anything necessary to compile and work here.
Can anyone tell me how is it that when using the port https://localhost/manager/ it always works, but when I try to use http://localhost:9000/manager I see a blank page with this problem?
I believe its only a port problem, and I have to configure that to actually use the version with my changes. What I always do is (on my project):
docker compose up -d
and then once I see its running I go to the …/manager folder and use:
yarn serve --env managerUrl=https://localhost --env keycloakUrl=https://localhost

