plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 51 forks source link

Docker Image Failing experience #920

Closed bloodbare closed 4 years ago

bloodbare commented 4 years ago

To reproduce:

Running:

docker run -p 8080:8080 -it plone/guillotina g -c /app/config-dummy.yaml

Accessing:

http://localhost:8080/+manage/

masipcat commented 4 years ago

Once it starts with a dummy configuration accessing any jsapps fails. I think is related with the headers sent by ASGI server.

Yes, we are sending application/octet-stream instead of text/html. I'll fix it later