Hello,
I have an issue, where my application keeps failing when i am releasing and the app recycles.
I've located the issue in a NotificationSubscriber on Standard.Page.ActiveStateChanged Notification.
We use this to make an api call to our CDN provider and clear the cache of the page that becomes inactive.
I then found that the error on application start is a stack overflow error because we send a api request for each inactive page on the site.
Is there a way to make sure that our NotificationSubscriber is not triggered on application start or recycle for every page in the application?
I am on DW 9.17.4 for reference
Thanks