Has anyone figured out a neat way of working and deploying admin pages and features of their app without triggering a constant stream of refreshes for their users? These pages and features don’t affect users at all.
Right now, I find myself having to schedule deployments when usage is low (which is a few hours a day), and obviously, that’s not as fast as I want to work!
@ademiguel thanks for sharing!
I’m toying around with starting another App (for Admin) and connecting it to the main app via the App Connector. But I’m running into issues with the database connector being limited to 100 items, which is a dealbreaker for me and looping through pagination seems like overkill.
Would be interested to hear what others have tried / done to solve this.
1 Like