Hey Philippe,
Thanks for our reply. I activated the log and checked them, the issue is that PHP does not have enough RAM to export the data. I increased the php memory limit dramatically to 1GB and then to 8GB but that is still not enough. I guess this is something that can not be fixed so I need to allocate alot of more RAM to the VM and increase the limit further?
This is with 1GB
{“result”:“error”,“message”:“Allowed memory size of 1073741824 bytes exhausted (tried to allocate 8192 bytes)”}%
With 8GB I can see that the RAM in the VM is fastly allocated and then it gives a 502 bad gateway for the api call. Probably also the database needs more RAM.
Greetings