I went through the install, all seems to be working, SSL, configuration load etc., successfully get the realtime data from device. But what is not working are Buckets. When I set the bucket parameters everything looks good, I can save it and then see it in buckets list, but at the end nothing is recorded in the bucket. Looking into server log file I found this at the timestamp of saving bucket config:
Is there anything I can try in order to make it work? I also checked mongdb and everything is ok, there is a database, there is even table bucket_data, apparently table is empty…
What kind of information is being stored in the bucket? Can you provide me the resource example? it seems that Mongodb is complaining about the data format… Will try to test that in the meanwhile…
Hi @Tomas, I have fixed the problem and a new server version (1.1.10) will be distributed from snap system. It was working on the cloud server since it relies on DynamoDB instead of MongoDB… so the storing process differs from one solution to the other. It should work in your current version if you set the value inside a key, like the following code (but it would not be necessary in the 1.1.10 version):
Hi @alvarolb , I finally downloaded, installed and restarted everything and it works. Don’t know if I still need DynamoDB on my server or it relies on MongoDB?? But buckets are working perfectly. Thanks for your update!