New Atlas available for test

Hi everyone, Continuing with migration, we have launched https://atlas-new.openmrs.org.

There is one main issue regarding this domain. Duiring the signin process, it redirects to https://atlas.openmrs.org.

@dkayiwa is there any chance that the url is being hardcoded as I have changed the site-key as well as site-name but the problem still persists.

Do you mean these? https://github.com/openmrs/openmrs-module-atlas/blob/ca170e9fc29301ba9cc634e0addf0ca1996c8f25/api/src/main/java/org/openmrs/module/atlas/AtlasConstants.java#L44-L46

No, I think he’s trying to fix it only in atlas-contrib, on the server. We won’t be changing the openmrs module.

@sparshadotel your .env docker file has the following line:

SITE_URL=https://atlas.openmrs.org

Apparently, by atlas documentation, that’s what you need to change.

tried changing that as well. did not work