Jason Kendall
Jason Kendall
Just need to edit `assetPrefix` in `next.config.js` to be blank. ie; ``` assetPrefix: '', ```
I'd recommend adding the option to delete in the latter so that ORG Admins can delete all events (or select multiple events quicker) and be able to delete them --...
This appears to be specifically related to `keep-alive` connections. The following doesn't cause this issue: ``` import requests s = requests.Session() s.headers['Connection'] = 'close' s.post('http://127.0.0.1:5556/data', json={"data": "a"*1000000}) ```
This would be good to see brought in.