bug: path request to subdomain redirect results in logged "event.respondWith" error #149
Labels
need/analysis
Needs further analysis before proceeding
P3
Low: Not priority right now
status/blocked
Unable to be worked further until needs are met
When redirecting from a path domain to a subdomain, there is some async operation occurring that the service worker fetch handler isn't managing well and we're getting this error prior to the redirect:
note that you need
preserve logs
enabled for the console to see the error. this isn't a priority, because I believe any parallel requests the page kicks off on first load are interrupted when the redirect happens.However, our code should be robust enough to not throw this error at all
The text was updated successfully, but these errors were encountered: