-
-
Notifications
You must be signed in to change notification settings - Fork 875
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
Broken Symfony Profiler when api-platform/core not installed #6709
Labels
Comments
I'm facing the same issue. |
soyuka
added a commit
to soyuka/core
that referenced
this issue
Oct 14, 2024
soyuka
added a commit
to soyuka/core
that referenced
this issue
Oct 14, 2024
soyuka
added a commit
to soyuka/core
that referenced
this issue
Oct 14, 2024
Oh nice catch, thanks! Could you review my patch? |
@soyuka Works for me, thanks. |
soyuka
added a commit
to soyuka/core
that referenced
this issue
Oct 15, 2024
soyuka
added a commit
to soyuka/core
that referenced
this issue
Oct 15, 2024
soyuka
added a commit
to soyuka/core
that referenced
this issue
Oct 16, 2024
soyuka
added a commit
to soyuka/core
that referenced
this issue
Oct 16, 2024
soyuka
added a commit
to soyuka/core
that referenced
this issue
Oct 16, 2024
soyuka
added a commit
that referenced
this issue
Oct 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
API Platform version(s) affected: 4.0 (maybe even older)
Description
Error is occuring on loading Symfony Web Profiler
Toolbar is shown with message
An error occurred while loading the web debug toolbar.
How to reproduce
Install via Composer only with api-platform/symfony (not api-platform/core)
Possible Solution
ApiPlatform\Symfony\Bundle\DataCollector\RequestDataCollector::getVersion
referencesapi/platform/core
to get its version, when changed to get version fromapi-platform/symfony
, it works as expectedAdditional Context
The text was updated successfully, but these errors were encountered: