Export data not working

Hey all,
Can someone tell me if he managed to export data from the DATA EXPORT menu?

I tried some workarounds from what I found on the forum but I didn’t manage to make this functionality available.
It’s strange that after pressing the export button, after 30 seconds later, the following message appears in the logs, but nothing happens in the browser.

proxy_1 | 09/Jan/2024:10:24:24 +0000 https~ 86.126.72.242:35737 manager 0/0/0/-1/60002 “GET /api/master/asset/datapoint/export?attributeRefs=%5B%7B%22id%22%3A%226Sz0nYu5yo0vMQgRFDglHd%22%2C%22name%22%3A%22temperature%22%7D%2C%7B%22id%22%3A%227IvayORgyubU6Ovlsr022y%22%2C%22name%22%3A%22temperature%22%7D%5D&fromTimestamp=1702117481534&toTimestamp=1704795881536 HTTP/1.1” 504 3/3/1/1/0 0/0

I noticed that if I press the EXPORT button several times quick, the application becomes unavailable until I restart the DOCKER containers.

Hi, indeed the function is not working. An issue is raised and we will pick it up.

I see, Rich Turner did something to resolve this issue. I make a new pull of docker containers. I restarted again the docker-compose package, but seems nothing happened in good way. Click on EXPORT and nothing happen. Can you confirm me is working, maybe I am wrong something.

Just tested this on our staging demo site which uses the latest docker images and it works as expected.

Are you sure you have your docker compose configured correctly, see here.

Note the manager-data volume is shared with the postgresql and manager containers and this allows the manager to get hold of the export generated by postgres.

Works perfectly. Indeed, postgresql and manager had different location of manager-data. Thank you so much for your amazing work.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.