This repository was archived by the owner on Nov 22, 2024. It is now read-only.
This repository was archived by the owner on Nov 22, 2024. It is now read-only.
"IDBIndex is not defined" after updating from 13.03 → v13.10 (pre-rendering) #2475
Closed
Description
Which @angular/* package(s) are the source of the bug?
Don't known / other
Is this a regression?
Yes
Description
After upgrading to angular 13.10 from 13.03, pre-rending the app fails with the "IDBIndex is not defined" error.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
IDBIndex is not defined
Please provide the environment you discovered this bug in (run ng version
)
Angular CLI: 13.1.1
Node: 14.17.0
Package Manager: npm 6.14.13
OS: darwin x64
Angular: 13.1.0
... animations, cdk, common, compiler, compiler-cli, core, forms
... language-service, material, platform-browser
... platform-browser-dynamic, platform-server, router
... service-worker
Package Version
----------------------------------------------------------
@angular-devkit/architect 0.1301.1
@angular-devkit/build-angular 13.1.1
@angular-devkit/core 13.1.1
@angular-devkit/schematics 13.1.1
@angular/cli 13.1.1
@angular/fire 7.2.0
@nguniversal/aspnetcore-engine 13.0.1
@nguniversal/builders 13.0.1
@nguniversal/express-engine 13.0.1
@schematics/angular 13.1.1
rxjs 6.6.7
typescript 4.4.4
Anything else?
Reverting back to 13.03 resolves this error.