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
When I'm rendering an API call from twig template I get the error:
An Exception was thrown while handling: Xml parsing error "Input is not proper UTF-8, indicate encoding ! Bytes: 0xE2 0xE3 0xCF 0xD3 "
If using the API Doc there is now problem in making the API call.
Code for calling is:
{{ render(controller('ShareworksProjectBundle:Items:getItems', {'slug': project.slug, '_format': 'pdf'})) }}
Is there something I'm doing wrong?
thx in advance
The text was updated successfully, but these errors were encountered:
When I'm rendering an API call from twig template I get the error:
An Exception was thrown while handling: Xml parsing error "Input is not proper UTF-8, indicate encoding ! Bytes: 0xE2 0xE3 0xCF 0xD3 "
If using the API Doc there is now problem in making the API call.
Code for calling is:
{{ render(controller('ShareworksProjectBundle:Items:getItems', {'slug': project.slug, '_format': 'pdf'})) }}
Is there something I'm doing wrong?
thx in advance
The text was updated successfully, but these errors were encountered: