Changes made is not getting reflected in frontend

Hey folks, i have setup OPENELIS global using docker . I was just playing with codes for contribution in the community ,But when i am making changes in the frontend its not getting reflected ? could any one help me with that? what could be the issue? Please help

Hi @kumaraadi ,welcome to the community! Could you share your logs for the running containers as well so we can help you better in identifying the problem.

1 Like

Can you clarify which docker-compose setup you are running exactly??

i am facing this issue while running and building from source code

here below is complete log

version : ‘3.3’ forked from GitHub - I-TECH-UW/OpenELIS-Global-2: OpenELIS 2.X is a rewrite of the original OpenELIS global with updated components and technology and the branch is develop_3x

In your logs , i can see you’re using the build.docker-compose.yml. . Thats meant to just build new images entirely from the source code. Youll have to rebuild the images every time you make changes.

For dev purposes , use the dev.docker-compose.yml. . Follow the instructions on the readme . It will Hot reload your UI changes

i have tried setup using that but i was facing this error , could you help me please on this

What does this return on your machine ??

mvn -v

Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: C:\Users\aadikapoor\Downloads\apache-maven-3.9.6
Java version: 21.0.2, vendor: Oracle Corporation, runtime: C:\Program Files\Java\jdk-21
Default locale: en_IN, platform encoding: UTF-8
OS name: “windows 11”, version: “10.0”, arch: “amd64”, family: “windows”

Can you also install java 11 and point your JAVA_HOME to java 11 ??

OKay , will tell you after doing that

hey now at the time of login its showing invalid user name or password

1 Like

make sure you dont have any trailing spaces

@kumaraadi did you manage to solve this invalid name/password issue?

Hey @Moses_Mutesasira
I was looking for some unassigned issues but couldn’t find them.
Also, I would like to discuss and learn more about the “Improve Responsiveness for OpenELIS 3x” and “Rewite Admin Page components from JSP to React” projects of GSOC’24. Would you be able to help?

hello @kumaraadi i was facing this same challenge.
Now im following the next steps and getting the following