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
Starting in version 3.0.413, absolute URLs like
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
get the application's path prepended to them so they end up like
<script type="text/javascript" src="/platform/https://www.gstatic.com/charts/loader.js"></script>
and don't work (in this example the path is "/platform/")
3.0.405 is fine
The text was updated successfully, but these errors were encountered:
Same issue here. I'm on 3.0.422, with ASP.NET Core 8.0.1 and Razor Pages.
Sorry, something went wrong.
No branches or pull requests
Starting in version 3.0.413, absolute URLs like
get the application's path prepended to them so they end up like
and don't work (in this example the path is "/platform/")
3.0.405 is fine
The text was updated successfully, but these errors were encountered: