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

UrlGenerator is resolved too early, breaking other extensions #7

Closed
clarkwinkelmann opened this issue Nov 13, 2020 · 0 comments
Closed

Comments

@clarkwinkelmann
Copy link
Member

public function __construct(UrlGenerator $url, SettingsRepositoryInterface $settings)

In the ModifyContentHtml subscriber, UrlGenerator is resolved during the extension booting sequence, preventing any more extension from registering routes. This means all routes defined by extensions enabled after secure-https will return 404 errors.

karaok491 added a commit that referenced this issue Nov 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants