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
NOTE: use this branch, which now has a failing test, when working on this issue: https://github.com/kobotoolbox/kpi/tree/2029-snapshot-xml-renderer
Can’t preview any Enketo form; Enketo responds with an error: Extra content at the end of the document.
Extra content at the end of the document
Adding rest_framework_xml.renderers.XMLRenderer to settings.REST_FRAMEWORK['DEFAULT_RENDERER_CLASSES'] has caused our custom XML renderers not to be used:
rest_framework_xml.renderers.XMLRenderer
settings.REST_FRAMEWORK['DEFAULT_RENDERER_CLASSES']
kpi/kpi/renderers.py
Lines 22 to 39 in 78e5ab0
See
kpi/kpi/views.py
Lines 598 to 600 in 78e5ab0
The text was updated successfully, but these errors were encountered:
noliveleger
No branches or pull requests
NOTE: use this branch, which now has a failing test, when working on this issue: https://github.com/kobotoolbox/kpi/tree/2029-snapshot-xml-renderer
Can’t preview any Enketo form; Enketo responds with an error:
Extra content at the end of the document
.Adding
rest_framework_xml.renderers.XMLRenderer
tosettings.REST_FRAMEWORK['DEFAULT_RENDERER_CLASSES']
has caused our custom XML renderers not to be used:kpi/kpi/renderers.py
Lines 22 to 39 in 78e5ab0
See
kpi/kpi/views.py
Lines 598 to 600 in 78e5ab0
The text was updated successfully, but these errors were encountered: