Stillat / meerkat-statamic3

Meerkat 2 is an extremely powerful and easy-to-use comment platform for Statamic 3.
https://meerkatcomments.com/
Other
5 stars 4 forks source link

Comment overview cannot find comments when a related article has been deleted #204

Closed juliawarnke closed 2 years ago

juliawarnke commented 2 years ago

The Problem

The comment overview path: /admin/meerkat/all cannot find any existing comments. At the same time the spinner at the top right won't stop spinning.

Bildschirmfoto 2022-05-05 um 09 22 23

Error message in the console:

Uncaught (in Promise) 

TypeError: Cannot read properties of null (reading 'contextId')
    at Function.value (http://scraft.localhost/vendor/meerkat/js/2.4.11/meerkat.min.js:2:251255)
    at Function.value (http://scraft.localhost/vendor/meerkat/js/2.4.11/meerkat.min.js:2:321270)
    at e.<anonymous> (http://scraft.localhost/vendor/meerkat/js/2.4.11/meerkat.min.js:2:325589)

How to recreate the problem

  1. Create an article
  2. Create a comment for the article
  3. Delete article

My Setup:

PHP 8.0
Meerkat 2.4.11
Statamic 3.2.39
JohnathonKoster commented 2 years ago

Should be resolved with 2.5.1 😊