Discussions
Unable to upload images in markdown
over 1 year ago by Rebecca Weinberger
Seems to be the same issue as https://docs.readme.com/main/discuss/63f92bb42d5c42027e93b815.
Steps to reproduce:
- edit a page
- insert image block
- 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 whenPOST
ing tohttps://dash.readme.com/api/images/image-upload
. Inspecting the network response shows an error messageImage validation failed: user: Path 'user' is required.
Is there a workaround?