darthf1
darthf1
Are you using PHP fpm? If so, did you try to change `pm.max_children` to a higher value?
I'm in the same boat. Had the same initial config (route with controller), removed the controller part and then I get ``` Unable to find the controller for path "/v1/login/refresh"....
Yeah my bad that's a copy paste error. (I edited my message a few times). But I found the error pops up when no refresh token is set in the...
There's not really a question here. What you're looking for has been merged but not yet released. So instead of v1 you need to require dev-master.
> I looked into the issue I was experiencing again, and found that by omitting the `controller` in the `route.yaml`, the route 404s if there is no `refresh_token` cookie set....
(Y) Looking for the same I guess. https://phpstan.org/r/c5aed0be-339f-4b6f-a8f7-febb9208ccab
Thanks for getting back! I made a more complete example with a class implementing the interface, hopefully this explains my use case a bit more. https://phpstan.org/r/e8b63daf-b464-425a-93ad-f5636a831acf (without `of array`) https://phpstan.org/r/cb79e983-e82f-4175-ba29-ce932c531cf7...
Thanks @drupol @ondrejmirtes !
Ok ty! No worries, enjoy (Y)
I would if I could. I don't know how to create a definition for a Vue component which is a js file. Could you point me to a (simple) example?