I get an Uncaught TypeError: Cannot read property 'value' of undefined (index):71 after enabling the al_swagger_ui.auth_config.http option. It seems to be caused because the #input_apiKey does not exist. I can force this to display by editing the source files, but is not the way to-go.
Slightly related: It seems that Twig template overwriting does not work. I made one on app/Resources/ALSwaggerUIBundle/views/layout.html.twig as explained by the documentation, but it was ignored.
I get an
Uncaught TypeError: Cannot read property 'value' of undefined (index):71after enabling theal_swagger_ui.auth_config.httpoption. It seems to be caused because the#input_apiKeydoes not exist. I can force this to display by editing the source files, but is not the way to-go.Slightly related: It seems that Twig template overwriting does not work. I made one on
app/Resources/ALSwaggerUIBundle/views/layout.html.twigas explained by the documentation, but it was ignored.