-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[2.7.17] You have requested a synthetic service ("request") #19825
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
Comments
Seems that the problem was linked to an external package. Updating the package solves the problem, but this BC seems quite strange (even if the package was faulty) |
@chandon which package did you have to upgrade? |
@scragg0x It was "suncat/mobile-detect-bundle": "dev-master#d800c7590aac32d72cf05a88334d1f3f312888a6" I updated it to "suncat/mobile-detect-bundle": "1.*" |
It seems tied to an external package, but how can we find out which one? The error message is cryptic to say the least. |
See #19847 |
Downgrade to 2.7.16 solve the problem for me. |
In my case, downgrading to 2.7.16 did not help me. To find out what is causing the issue, look at the |
…" (nicolas-grekas) This PR was merged into the 2.7 branch. Discussion ---------- Revert "minor #19689 [DI] Cleanup array_key_exists (ro0NL)" | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | Tests pass? | yes | Fixed tickets | #19689 #19840 #19825 #19857 | License | MIT | Doc PR | - This reverts commit c89f80a, reversing changes made to 386e5e7. See discussion in #19847 I'll try adding test cases soon that ensure that: - [x] *when not leaving scope* synthetic services always throw and ignore the `ContainerInterface::NULL_ON_INVALID_REFERENCE` flag (on 3.x also) - [x] *when leaving scope* synthetic services always return null and ignore the `ContainerInterface::EXCEPTION_ON_INVALID_REFERENCE` (until 2.8 since scopes are gone in 3.x) Commits ------- 8cb28bf [DI] Add anti-regression test ac742df Revert "minor #19689 [DI] Cleanup array_key_exists (ro0NL)"
I just have updated from 2.7.16 ot 2.7.17
My project doesn't work anymore (DEV or PROD environment)
Downgrading to 2.7.16 solves the problem
The text was updated successfully, but these errors were encountered: