Discussions

Ask a Question
Back to All

Unable to upload images in markdown

Seems to be the same issue as https://docs.readme.com/main/discuss/63f92bb42d5c42027e93b815.

Steps to reproduce:

  1. edit a page
  2. insert image block
  3. click "choose file" and select image

Details:

  • The image is a 30KB / 1000x294 PNG, so it should be within the given size limits
  • Browser JS console shows a 400 error when POSTing to https://dash.readme.com/api/images/image-upload. Inspecting the network response shows an error message Image validation failed: user: Path 'user' is required.

Is there a workaround?