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
Due to how recipe actions are implemented, we currently send POST actions with the text/plain content type header. This is to get around a CORS preflight issue (since we might not get a response back).
Home Assistant requires using application/json to receive the webhook data. It may be as simple as having the backend do the POST request (instead of the frontend).
First Check
What is the issue you are experiencing?
Due to how recipe actions are implemented, we currently send
POST
actions with thetext/plain
content type header. This is to get around a CORS preflight issue (since we might not get a response back).Home Assistant requires using
application/json
to receive the webhook data. It may be as simple as having the backend do thePOST
request (instead of the frontend).Steps to Reproduce
POST
actionPlease provide relevant logs
N/A
Mealie Version
nightly
Deployment
Docker (Synology)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: