We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried already multiple configs.
my config:
fos_rest: routing_loader: false allowed_methods_listener: true param_fetcher_listener: true body_listener: true exception: serializer_error_renderer: true format_listener: enabled: true rules: - { path: ^/, host: '%domain%', priorities: ['json'], fallback_format: json, prefer_extension: false} - { path: ^/, host: '%frontendDomain%', priorities: ['text/html', 'html', '*/*'], fallback_format: html, prefer_extension: true} view: view_response_listener: true jsonp_handler: ~ body_converter: enabled: true validate: true when@dev: fos_rest: exception: serializer_error_renderer: false
Error:
i cant figure it who is triggering this error and how to solve it.
thank you for some hints.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried already multiple configs.
my config:
fos_rest: routing_loader: false allowed_methods_listener: true param_fetcher_listener: true body_listener: true exception: serializer_error_renderer: true format_listener: enabled: true rules: - { path: ^/, host: '%domain%', priorities: ['json'], fallback_format: json, prefer_extension: false} - { path: ^/, host: '%frontendDomain%', priorities: ['text/html', 'html', '*/*'], fallback_format: html, prefer_extension: true} view: view_response_listener: true jsonp_handler: ~ body_converter: enabled: true validate: true when@dev: fos_rest: exception: serializer_error_renderer: false
Error:
i cant figure it who is triggering this error and how to solve it.
thank you for some hints.
The text was updated successfully, but these errors were encountered: