Putting Key in manifest causes ``Uncaught Error: Extension context invalidated.
Removing the key makes it work but my problem is that I'm trying to generate the same extension ID so that I could use Clerk locally.
Any ideas on how to fix?
3 Replies
How often does this happen? You also might want to re-install that dev extension once you have the new key in-place (since it will change how chrome load your ext)
Every few seconds. I"m trying to fix my workflow since something is very wrong with rebuilding my extension.
I removed the key for now, since i'm just trying to isolate this problem.
So everytime the project get's rebuilt, I will get either the
uncaught error:extension context invaldiated
or `Uncaight(in promise) errpr: extension context invalidated
The page still refreshes, and the extension was updated.this happens when your bgsw gets unloaded but you still have a CS injected in a page