how to stop "Context Invalidated, Press to Reload"?
It used to appear when I refreshed my extension, but after some new changes in my codebase, it seems to be appearing repeatedly without any changes in extension. I want to disable "Context Invalidated, Press to Reload". What would be a quick way (just make it disappear) to stop this, and what would be the right way (fix my codebase, but what?) to stop this?
5 Replies
There's a
--cs-no-reload
flag that you can use to disable this. Tho, which version of the framework are you using?the latest, updated yesterday after i noticed that it might be an outdated version issue according to your replies on some other post on discord. not in my case, i guess.
thanks louis!
fyi I implemented a pretty nasty hack to prevent the bgsw from shutting down in dev-runtime, but expect it to happen in 6-12mo. when they patch this call lol
lol
How to fix this error please