You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jul 9 12:07:34 sv2310390 STEPUP-TIQR[349389]:
Jul 9 12:07:34 sv2310390 STEPUP-TIQR[349389]: {"message":"Uncaught PHP Exception InvalidArgumentException: \"The controller for URI \"/authentication\" is not callable: Value \"<NULL>\" expected to be string, type NULL given.\" at ControllerResolver.php line 98","context":{"exception":{"class":"InvalidArgumentException","message":"The controller for URI \"/authentication\" is not callable: Value \"<NULL>\" expected to be string, type NULL given.","code":0,"file":"/apps/installation/Stepup-Tiqr/Stepup-tiqr-4.0.3/vendor/symfony/http-kernel/Controller/ControllerResolver.php:98","previous":{"class":"Assert\\InvalidArgumentException","message":"Value \"<NULL>\" expected to be string, type NULL given.","code":16,"file":"/apps/installation/Stepup-Tiqr/Stepup-tiqr-4.0.3/vendor/beberlei/assert/lib/Assert/Assertion.php:2728"}}},"level":500,"level_name":"CRITICAL","channel":"request","datetime":"2024-07-09T12:07:34+02:00","extra":{"art":"19420","server":"tiqr.stepup-acc.rijk.sson.overheid-i.nl","application":"stepup-tiqr","request_id":"eea4f69db9baea9aab7019225489e93a"}}```
**Additional detail**
TvD:
> De eerste foutmelding kwam omdat we geen projectId in de config hadden staan, maar die tweede lijkt wel een bugje.. Eentje die zich alleen voordoet bij een fout-conditie, want na het toevoegen van projectId zijn ze allebei weg
**Tiqr version:**
`4.0.4`
The text was updated successfully, but these errors were encountered:
The exception escapes from the TiqrConfiguration constructor. @michielkodde is there a better way of doing this? (Pieter van der Meulen - Jul 10, 2024)
Yes, the Symfony Configuration component could/should parse this config. And report missing/misconfigured config options when building the app cache.
Why the second exception is raised (with the ControllerResolver) does not ring a bell with me. I did some research and found this old issue: https://github.com/symfony/symfony/issues/23997. But why the controller tries to resolve the missing config parameter I do not understand. (Michiel Kodde - Jul 10, 2024)
This issue is imported from pivotal - Originaly created at Jul 9, 2024 by Michiel Kodde
Trace
The text was updated successfully, but these errors were encountered: