[Vuejs]-Postman works with Rails 7 API, but POST request from Vue gets 422 error

0👍

Figured this out I think.

Changing Content-type header from 'Content-Type': 'application/vnd.api+json' to 'Content-Type': 'application/json' (matching Postman headers) seems to work.

Leave a comment