I’m hitting https://localhost:8443/OpenELIS-Global/LoginPage on my localhost. and trying to login with the credentials given on github (user:password = admin:adminADMIN!).
I have rebuilt the war file, restarted the dev-docker-compose container but couldn’t login.
The default URL should be https://localhost/api/OpenELIS-Global/ don’t put any port . Because redirecting will be performed also port mapping already performed in the project. You don’t need to provide any default port by yourself.
Hey @Prajjwal_Kohli try deleting the volumes images and containers of docker and re run ```
docker-compose command
it might work specially if there are conflicts or corruption while building existing volumes or images. Do let me know if it works!
I’m following Running docker compose With locally compiled/built Artifacts (ie the War file and React code) For Developers method to run the application
Hey @Prajjwal_Kohli , I tried recreating the containers, and yeah, I faced the same issue of login credentials showing as invalid. I don’t know what the issue is!
Through trial and error, what I have done is killed the containers once again, then used docker-compose up, and after that, I used docker-compose -f dev.docker-compose.yml up -d, and it worked. I don’t know how, but it worked! Do check if it works for you too! and if it doesnt then dev discussion call is up for it!