* fix: remove read_only decorator from get_desktop_page
get_desktop_page leads to a call to check_completions which calls save and thus with the read_only decorator calls save on the read replica
* fix: Avoid changes to DB in read only request
* Revert "fix: remove read_only decorator from get_desktop_page"
This reverts commit 93db873bb707c6b58c7e6e68499df173aaa66d49.
---------
Co-authored-by: Apile Tyumre <apiletyumre@iridescentsun.com>