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
Result: Uncaught RuntimeException: Twig could not be found in the server request attributes using the key "view"
Slim Application Error
The application could not run because of the following error:
Details
Type: RuntimeException
Code: 0
Message: Twig could not be found in the server request attributes using the key "view".
File: vendor/slim/twig-view/src/Twig.php
Line: 74
The static method
TwigMiddleware::createFromContainer()
does not pass the$attributeName
parameter to the constructor.https://github.com/slimphp/Twig-View/blob/3.x/src/TwigMiddleware.php#L56-L60
Example application
Result:
Uncaught RuntimeException: Twig could not be found in the server request attributes using the key "view"
https://github.com/slimphp/Twig-View/blob/3.x/src/Twig.php#L73-L77
Expected result: No error
Workaround: Use the
create
method instead:The text was updated successfully, but these errors were encountered: