weiztech
weiztech
> 13:10:05 [error] 14472#0: *5 Mongo connection dropped, could not reconnect, client: 127.0.0.1, server: localhost, request: "GET /gridfs/label2.jpeg HTTP/1.1", host: "localhost" 2017/02/26 13:10:05 [alert] 14472#0: *5 header already sent while...
I have the same issue, without async working fine. ``` graphql-core Version: 2.1 graphql-server-core Version: 1.1.1 sanic Version: 18.12.0 ```
its working now, using decorator `@app.listener('before_server_start')`
Hi @jfragoulis , Could you let me know the example value for `template.uri` ?
have same problem here . but i solve this problem by saving image with define image ex : Post(Document): image_post = LocalStorageFileField(required=False) p = Post.objects.create(image_post=File) # if we add the...