utterance / utterances

:crystal_ball: A lightweight comments widget built on GitHub issues
https://utteranc.es
MIT License
8.68k stars 566 forks source link

net::ERR_ABORTED 405 Cross Origin Error #254

Closed mskian closed 4 years ago

mskian commented 4 years ago

Comment systems are not working due to this error

Screenshot from 2020-01-28 15-30-58

JaeYeopHan commented 4 years ago

Same here. What's wrong with the token api server or cloudflare? Is same issue with https://github.com/utterance/utterances/issues/91 ?

phil-opp commented 4 years ago

I'm also experiencing this issue on my site: image

Mikescops commented 4 years ago

+1, even the demo page is down

Cloud-Forge commented 4 years ago

I know it doesn't help much, but same here ! +1 Reason: CORS header 'Access-Control-Allow-Origin' missing

curtismckee commented 4 years ago

Today was clearly a good day to implement utterance on my blog redesign. :joy:

FireFox has an add-on I use for cors debugging called CORS Everywhere. It allows you to see the comments section when enabled. Still has issues with functionality though.

crguezl commented 4 years ago

Same here

donghL-dev commented 4 years ago

I am experiencing the same problem.

jdanyow commented 4 years ago

This is fixed. Caused by a configuration issue in the utterances CloudFlare worker.

phil-opp commented 4 years ago

@jdanyow Thanks for the quick fix! I can confirm that it works again.