Error Updating Debian Docker Image

Hi community,

I tried to update my invoiceninja/invoiceninja-debian image to the latest release v5.12.27 via:
docker compose down
docker compose pull
docker compose up

Now I get the following message:
invninja_app | In ProviderRepository.php line 206:
invninja_app | Class “InvoiceNinja\Inspector\InspectorServiceProvider” not found

Can anyone help me?

Kind regards,
caveflow

Hi,

Maybe this will help:

1 Like

thanks :slight_smile: removing the docker app_cache volume is the solution.

Glad to hear it, thanks for the update!