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
This is a continuation of #21444. It doesn't solve the #21524.
The new framework/src/Volo.Abp.Swashbuckle/wwwroot/swagger/ui/index.js in framework/src/Volo.Abp.Swashbuckle/Volo.Abp.Swashbuckle.csproj is not included in the virtual file system as an embedded resource
The file is also not injected in framework/src/Volo.Abp.Swashbuckle/Microsoft/AspNetCore/Builder/AbpSwaggerUIBuilderExtensions.cs
I get the following errors when I try to manually include it:
Uncaught SyntaxError: Unexpected token '%', "%(ConfigObject)" is not valid JSON
at JSON.parse (<anonymous>)
at window.onload (index.js:33:29)
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
9.0.1
User Interface
MVC
Database Provider
EF Core (Default)
Tiered or separate authentication server
Tiered
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Description
This is a continuation of #21444. It doesn't solve the #21524.
framework/src/Volo.Abp.Swashbuckle/wwwroot/swagger/ui/index.js
inframework/src/Volo.Abp.Swashbuckle/Volo.Abp.Swashbuckle.csproj
is not included in the virtual file system as an embedded resourceframework/src/Volo.Abp.Swashbuckle/Microsoft/AspNetCore/Builder/AbpSwaggerUIBuilderExtensions.cs
Reproduction Steps
No response
Expected behavior
No response
Actual behavior
No response
Regression?
No response
Known Workarounds
No response
Version
9.0.1
User Interface
MVC
Database Provider
EF Core (Default)
Tiered or separate authentication server
Tiered
Operation System
Windows (Default)
Other information
No response
The text was updated successfully, but these errors were encountered: