You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release 3.0.21 seems to break the CP addons marketplace. In the UI there's an error message : "Something went wrong while loading addons. Try again later."
The logs say Call to a member function edition() on null as it tries to get the edition for non-installed addons with Addon::get($addon['package'])->edition()
Bug Description
Release 3.0.21 seems to break the CP addons marketplace. In the UI there's an error message : "Something went wrong while loading addons. Try again later."
The logs say
Call to a member function edition() on null
as it tries to get the edition for non-installed addons with Addon::get($addon['package'])->edition()See also: https://discordapp.com/channels/489818810157891584/489818810157891586/772188440262344716
How to Reproduce
Login to the CP and go to Addons
Environment
Statamic 3.0.22 Pro
Laravel 7.29.2
PHP 7.4.9
spatie/statamic-responsive-images 1.3.0
The text was updated successfully, but these errors were encountered: