Skip to content
New issue

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

Multiple bound script & stype is empty. #4309

Closed
maliming opened this issue Jun 11, 2020 · 0 comments · Fixed by #4316
Closed

Multiple bound script & stype is empty. #4309

maliming opened this issue Jun 11, 2020 · 0 comments · Fixed by #4316
Assignees
Milestone

Comments

@maliming
Copy link
Member

maliming commented Jun 11, 2020

In a non-development environment.

@section scripts {
    <abp-script-bundle>
        <abp-script src="/Pages/Index.js" />
    </abp-script-bundle>

    <abp-script-bundle>
        <abp-script src="/Pages/Index.js" />
    </abp-script-bundle>
}

image

The situation in a production environment is:

An exception occurred in the index page, and then the application redirected to the error page.
If the error page uses the same binding script or style as an Index page, the above bug occurs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant