Hello @alexis_duque. Would you be able to provide some help on this. @abhishekjhaji is trying to setup OpenMRS Atlas Server locally on his mac, but is facing some issues.
If something is going wrong running the app, try first to make the 'SITE_SOURCE' URL working.
You may expected something like here (if you allready have populated your local database) https://atlas.openmrs.org/data.php?callback=loadSites
In a first time, you can try setting 'SITE_SOURCE' => 'https://atlas.openmrs.org/data.php?callback=loadSites'.
If it doesn’t work, the problem isn’t related to SITE_SOURCE value.
Is there a way to disable Authentication / or provide a stubbed response?
Also - I think we will need to wait for @burke to be able to get sample
data from DB. Abhishek, can’t you add dummy data via SQL to the db. I guess
you just need one row of data to make things work.
We don’t really need the full real DB for our work. We just need some
sample data, so that you can figure out the next steps of how to add more
fields to the form.
You could maybe copy, two or three fields from real database, but its
mostly not needed. Do you agree?