Atlas
Atlas copied to clipboard
Clear Server Cache goes to a dead endpoint
Expected behavior
Clicking clear server cache in configuration screen should result in work being done.
Actual behavior
Call returns a 404 in the console.
Steps to reproduce behavior
- Log into Atlas
- Go to configuration screen
- click Clear Server Cache
- Observe 404 in console.
I think this button was a leftover from when encache was removed.
I don't think i see a UI element that goes to /sources/refresh
so I was thinking that this button could be reclaimed to do this.
Other option is that we can clear achilles_cache
and cdm_cache
with this button.
I like the last proposal