Hi everyone,
I’m using a PHP Symfony server as my app server and calling the Admin API via the Shopware App PHP SDK. I’ve encountered an issue where API calls to delete or update entities sometimes take longer than the event time frame allows.
Additionally, when the app is deactivated, I lose access to the shop, leading to errors like „not authenticated“ or „missing privilege to the entity.“
Is there a way to handle such cases or any best practices to manage API calls within lifecycle events?
Thanks in advance for your help!