We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://abp.io/support/questions/8335/missing-antiforgery-token-on-swagger-abp9
The text was updated successfully, but these errors were encountered:
#21444 did not add the index.js as an embedded resource. Need to update the project file to include this.
index.js
<ItemGroup> <None Remove="wwwroot\swagger\ui\abp.swagger.js" /> <EmbeddedResource Include="wwwroot\swagger\ui\abp.swagger.js" /> <None Remove="wwwroot\swagger\ui\abp.js" /> <EmbeddedResource Include="wwwroot\swagger\ui\abp.js" /> <None Remove="wwwroot\swagger\ui\index.js" /> <EmbeddedResource Include="wwwroot\swagger\ui\index.js" /> </ItemGroup>
Sorry, something went wrong.
realLiangshiwei
No branches or pull requests
https://abp.io/support/questions/8335/missing-antiforgery-token-on-swagger-abp9
The text was updated successfully, but these errors were encountered: