Stream do not store any data
Hello,
I'm currently trying to set up a stream to store data.
I created a service that store data into that stream and update the properties of the related thing.
When I execute that service, the properties of the thing are updated but nothing appears in the stream.
The service is not returning any error.
I even tried to push data in the stream directly from the default service "AddStreamEntry" on the stream itself.
And even if the service return no error, nothing is added in the stream.
I'm wondering if it's not somehow related to the persistent provider (we are using Postgresql, and on a previous installation with default db everything was working fine)
Any idea on what I am missing here?
Thanks in advance

