comments icon indicating copy to clipboard operation
comments copied to clipboard

When jamesedmonston\graphqlauthentication plugin is uninstalled but in composer, causing comments not display in CMS.

Open xhuang9 opened this issue 7 months ago • 1 comments

Describe the bug

This line needs to be if (class_exists(GraphqlAuthentication::class) && GraphqlAuthentication::$tokenService?->getHeaderToken()) {

Steps to reproduce

  1. composer require jamesedmonston\graphqlauthentication
  2. Uninstall it, but not remove from composer
  3. CMS comments section not display

Craft CMS version

5.6.17

Plugin version

3.0.6

Multi-site?

No

Additional context

No response

xhuang9 avatar Apr 16 '25 12:04 xhuang9

Fixed for the next release. To get this early, run composer require verbb/comments:"dev-craft-5 as 3.0.6".

engram-design avatar Apr 16 '25 22:04 engram-design

Updated in 3.0.7.

engram-design avatar Jul 18 '25 14:07 engram-design