You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently I've been getting more and more errors with live components that are being loaded with lazy or defer in production.
I cannot reproduce it reliably in dev, though I've seen it happen too, but it's reported in multiple projects in production and so far always a live component.
The errors all read something like Uncaught PHP Exception RuntimeException: "Cannot find a template matching "072068688c73461b3e628c8634ef3c51". Cache may be corrupt." at TemplateMap.php line 36".
I've tried to find out what's happening, but I really don't know where to start (given it's hard to reproduce).
Please let me know how I can help to debug this.
This would be the payload for the request that triggers the error above (it's basically an image tag with a signed Google Maps image src):
Recently I've been getting more and more errors with live components that are being loaded with
lazy
ordefer
in production.I cannot reproduce it reliably in dev, though I've seen it happen too, but it's reported in multiple projects in production and so far always a live component.
The errors all read something like
Uncaught PHP Exception RuntimeException: "Cannot find a template matching "072068688c73461b3e628c8634ef3c51". Cache may be corrupt." at TemplateMap.php line 36"
.I've tried to find out what's happening, but I really don't know where to start (given it's hard to reproduce).
Please let me know how I can help to debug this.
This would be the payload for the request that triggers the error above (it's basically an image tag with a signed Google Maps image src):
The text was updated successfully, but these errors were encountered: