mattybojo / renoir

0 stars 0 forks source link

Bug: overlay does not exist #31

Closed mattybojo closed 1 year ago

mattybojo commented 2 years ago

Error seems to be coming from @angular/fire. Only way to reproduce seems to be clicking on various tabs and waiting for the error to show up in console. Need to do more research.

Stack trace:

ERROR Error: Uncaught (in promise): overlay does not exist at resolvePromise (zone.js:1262:35) at zone.js:1169:21 at asyncGeneratorStep (asyncToGenerator.js:6:1) at _throw (asyncToGenerator.js:29:1) at _ZoneDelegate.invoke (zone.js:409:30) at Object.onInvoke (core.mjs:26514:33) at _ZoneDelegate.invoke (zone.js:408:56) at Zone.run (zone.js:169:47) at zone.js:1326:38

mattybojo commented 2 years ago

Possible issue: Check AppService code. Could be that multiple loaders are being started in the same timeframe. If the first one closes the loading modal, it could be that the second one is trying to close a modal that no longer exists (hence overlay does not exist).