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
I had a "bad" cover_image: foo.jpg and dev.to won't let you update your content with a "bad" cover_image so I got an error...
but the error was not very helpful 馃槄
only after deleting all the content and each front matter entry line by line did I found out what the issue was 馃槄
can we improve the error message? 馃檹
[DRAFT] Article "Introducing: Modern Web" encountered an error:
Error name: "HTTPError"
Error message: "Response code 422 (Unprocessable Entity)"
Error stack: "HTTPError: Response code 422 (Unprocessable Entity)
at EventEmitter.<anonymous> (/html/web/node_modules/dev-to-git/bin/dev-to-git.umd.js:7080:23)
at processTicksAndRejections (internal/process/task_queues.js:97:5)"
The text was updated successfully, but these errors were encountered:
Encountered that today. I've raised an issue directly on Forem's repo as for some reason, they return a successful code even though they rejected the post or put: forem/forem#19587. I'll try to display the body that they currently use so it's clearer
I had a "bad"
cover_image: foo.jpgand dev.to won't let you update your content with a "bad" cover_image so I got an error...but the error was not very helpful 馃槄
only after deleting all the content and each front matter entry line by line did I found out what the issue was 馃槄
can we improve the error message? 馃檹
The text was updated successfully, but these errors were encountered: