No entry or class found for dev.forced_plugin_update_result

Hi
when i acces into my matomo website i use docker and run command with

RUN curl -O matomo-latest.zip
&& unzip matomo-latest.zip -d /usr/share/nginx/html
&& rm matomo-latest.zip

i found An error occurred
No entry or class found for ‘dev.forced_plugin_update_result’

please help to fix it

Thank you

Hi!

I don’t know if you already solved the problem, but in my case I just add this line

‘dev.forced_plugin_update_result’ => null, in the global.php file

Hope it help you.