I have some issue loading my data with Atlas. For example, I can’t find anything in the Vocabulary research as if the connection with the database was not made.
If that resolves your issue, then here is what was happening:
ATLAS currently caches the source information locally for 24 hours so that it doesn’t have to reload it at every initialization from the WebAPI. I believe this was an issue out there to turn this into a hash check of some sort to see if the sources had changed on the server before requesting all the information and only doing so if the cached hash had updated, but that hasn’t been implemented yet.
In your browser, you open up the console (chrome: ctrl-shift-i).
Switch over to the ‘console’ tab and execute the command: localStorage.clear(); by just typing that command in the console and hitting enter. You are executing a command of javascript to clear local storage.