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
Have you looked at the tests? It is possible that the error message is correct and that you haven't added require('fortune-json-api') to the list of serializers.
Hi,
I'm having issues with sending the headers in the expected format.
When I attempt to set Content-Type or Accept I get errors (emitting the headers works fine)
Setting either I get:
{ "name": "UnsupportedError", "message": "The serializer for \"application/vnd.api+json\" does not exist." }
The text was updated successfully, but these errors were encountered: