-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
Forward requests - Missing Assets after first forward. #94
Comments
same issue happens if you try to render an HTML response in
I had to inject |
currently I have this, which resolves the issue:
But it's better to be fixed in vendor. |
Should be fixed no ? |
I found that https://github.com/symfony/webpack-encore-bundle/blob/master/src/Asset/EntrypointLookup.php#L84-L87
causes 1+N request to don't have assets.
This is my use case:
I have several private page that I need to export as PDF.
Because they are private (needs authentication) - I make several forward request to get generated HTML.
And then pass the generated HTML to service that generates PDF from HTML.
But all pages after first one have broken styles.
The text was updated successfully, but these errors were encountered: