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
Host starts worker in placeholder mode (aka with a dummy app)
Host asks worker to index. Worker finds nothing to index in the dummy app and sets an internal boolean basically saying "indexing done"
Host sends reload request with customer's actual app
Worker reloads, but fails to load the user's app with error "A function can only be registered during app startup." because our internal boolean said we already indexed
NOTE: This is only a problem if indexing is on by default because step 2 would be skipped if it's off by default.
The text was updated successfully, but these errors were encountered:
Here's what happens:
NOTE: This is only a problem if indexing is on by default because step 2 would be skipped if it's off by default.
The text was updated successfully, but these errors were encountered: