Relative Content

Tag Archive for reactjsdjango-rest-frameworkreact-redux

React POST request to Django Rest API – Unsupported Media Type – Error

I have a problem with a POST request coming from react app sending to the django-rest-framework endpoint /api/artwork/inquiry.
The endpoint for the post-request works fine when testing with Postman or node.js from the console, but when sticking it into the createAsyncThunk function and dispatch it from the react component, the django development-server jells Unsupported Media Type: /api/artwork/inquiry/ [02/Jan/2025 10:13:06] "POST /api/artwork/inquiry/ HTTP/1.1" 415 76.