Louis
Louis
Update: I noticed that the HTTP download of the blob simply does not progress. So the blob storage closes the TCP/HTTP connection after ~45s thus the exception. It seems that...
Is someone working on this? Azure Functions seem like a common use case for blob downloads. It would be bad if this issue persists in the newer versions.
Thank you for investigating this issue! I can provide further details where needed
Hi @ibrahimrabab, I have not used these guides yet. Are they relevant when I do not have a netty dependency in my project? These are my dependencies: pom.xml ```xml com.microsoft.azure.functions...
The issue still exists. I have to use a custom variable now instead of `AZURE_FUNCTIONS_ENVIRONMENT` which was exactly designed for the task.
Same on selfhosted with HTTPS enabled (using a registered subdomain). There's plenty of RAM left when duplicating. [report.txt](https://github.com/user-attachments/files/21342346/report.txt)
Update: It seems to be an issue with my configured request body limit (at least for my penpot instance)! Since I'm running my penpot instance behind a reverse proxy (NGINX),...
Deactivating the vars now works as expected with the fix #1539. However, deleting still doesn't work!
interestingly, this is broken again in 0.54.0 but worked in 0.53.0
It is still broken in `0.55.0`!