-
Notifications
You must be signed in to change notification settings - Fork 21
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
[auth_config][HTTP] Cannot read property 'value' of undefined #21
Comments
Same issue problem. This provokes that my Model Schema is not being updated. Have you solved it? @Hipio |
I have not @danitome24, sorry. |
Did you find som other repo or way like this bundle for Symfony 3? @Hipio |
@danitome24 I haven't looked around for something else as it did work for me, just not the Sorry, closed it by accident. |
I get an
Uncaught TypeError: Cannot read property 'value' of undefined (index):71
after enabling theal_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.The text was updated successfully, but these errors were encountered: