comments
comments copied to clipboard
When jamesedmonston\graphqlauthentication plugin is uninstalled but in composer, causing comments not display in CMS.
Describe the bug
This line
needs to be
if (class_exists(GraphqlAuthentication::class) && GraphqlAuthentication::$tokenService?->getHeaderToken()) {
Steps to reproduce
- composer require jamesedmonston\graphqlauthentication
- Uninstall it, but not remove from composer
- CMS comments section not display
Craft CMS version
5.6.17
Plugin version
3.0.6
Multi-site?
No
Additional context
No response
Fixed for the next release. To get this early, run composer require verbb/comments:"dev-craft-5 as 3.0.6".
Updated in 3.0.7.