yabwe / medium-editor

Medium.com WYSIWYG editor clone. Uses contenteditable API to implement a rich text solution.
https://yabwe.github.io/medium-editor/
Other
16.08k stars 1.85k forks source link

I can't upload images. #1572

Open Edson2001 opened 3 years ago

Edson2001 commented 3 years ago

I get the following error: POST https://api.imgur.com/3/image net :: ERR_HTTP2_PROTOCOL_ERROR I followed all the instructions.

Captura de ecrã 2021-03-25 212707

ryk4 commented 3 years ago

Any update on this? I am having the same issue

Edson2001 commented 3 years ago

@ryk4 No.

ryk4 commented 3 years ago

image

I can replicate this error and I know exactly why it's happening. This is not a bug of the plugin. Imgur simply blocks all requests from localhost. When deployed on the live server, image upload was working as expected.

Hope this helps to someone like me.

Edson2001 commented 3 years ago

I'll test it, I don't know why they haven't solved it yet.

tothanhdat commented 2 years ago

i change localhost -> env production. This work