wackazong
wackazong
Same issue for me with Nextcloud 19 and ES 7.7.0 and platform 1.5.1 and patch #107 applied. In Nextcloud, the Full Text Search returns empty always. Using curl I get...
@weberhofer yes I did. I checked and its still there. I get an error when I run fulltextsearch:test (see below). When I search in Nextcloud I can see that the...
The strange thing is that when I use a test account with just a couple of documents and I just rund fulltextsearch:index for that user, everything works beautifully and I...
https://stackoverflow.com/questions/71601213/auto-route-redirect-with-declarative-routes
This is because the JSON property socket_io_transports is set to a string and not to a JSON array. You need a different method to set it, I use jq.
The JSON property socket_io_transports ist set to a string in /opt/cronicle/conf/config.json using a special environment variable syntax. This is explicitly disallowed in the Cronicle docs. It simply cannot be done...
I worked around by defining a resource for the model and using it as model in the expect decorator. Then it appears in the Swagger model list and there is...
I did create a model. I had to include it as a resource to get it added to the Swagger docs, this is what puzzled me.
That sounds just perfect and a well suited general feature addition for a specific use case. Thanks.
Seems that werkzeug 2.0.3 is the latest version that works. 2.1.0 produces the error.