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
We have a plugin that is checking to see if the element is available in other languages, so we are calling
$element = Craft::$app->urlManager->getMatchedElement();
Anytime I visit a product element url, I get a 404 error. Other element types appear to work fine.
init()
The text was updated successfully, but these errors were encountered:
Looks like this actually may be related to craftcms/cms#3028
Sorry, something went wrong.
Let us know if the issue persists and we can look to reopen,.
No branches or pull requests
Description
We have a plugin that is checking to see if the element is available in other languages, so we are calling
$element = Craft::$app->urlManager->getMatchedElement();
Anytime I visit a product element url, I get a 404 error. Other element types appear to work fine.
Steps to reproduce
$element = Craft::$app->urlManager->getMatchedElement();
into theinit()
methodAdditional info
The text was updated successfully, but these errors were encountered: