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