rubyforgood / Flaredown

Flaredown web app and API
http://www.flaredown.com
GNU General Public License v3.0
39 stars 15 forks source link

Unable to remove a reaction after adding one #529

Closed bklang closed 3 years ago

bklang commented 3 years ago

Reproduction:

  1. Create or view a post under Discussion
  2. Add a reaction
  3. Click same reaction to remove it; it does not work

Browser shows an error:

DELETE http://localhost:3000/api/reactions/e73138ec51740a4d6314b45937c15b9f?reaction%5Bvalue%5D=%3Asmirk%3A&reaction%5Breactable_id%5D=616727a00bb4027060765cad&reaction%5Breactable_type%5D=Post

results in NS_ERROR_DOM_BAD_URI

bklang commented 3 years ago

This appears to be a CORS problem