0
ccernat created
- ABP Framework version: v7.0.0
- UI type: Blazor wasm
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace: Uncaught SyntaxError: Cannot use 'import.meta' outside a module (at dotnet.7.0.1.fjzn4o1736.js:8:27)
- Steps to reproduce the issue:Upgrate from 6.x to 7.0
Just upgraded ABP from 6.x to 7.0
Started my Blazor wasm site and got that error and all halts.
I cleaned all: solution, deleted the big / obj folder, hard refresh on browser, etc.
Nothing works.
Any idea why this is happening? Does anyone experience this also?
Tks.
8 Answer(s)
-
0
-
0
hi
Can you update the ABP CLI to 7.0 and run
abp bundle
in your blazor wasm project folder? -
0
-
0
hi
Can you share the project with me? liming.ma@volosoft.com
-
0
Shared ;) Tks.
-
0
-
0
-
0
hi
Add new migrations.
dotnet ef migrations add xxx