Hi,
I am currently testing a custom javascript application and I am getting 500 ( Internet Server Error ) responses, but I don't know where to get details of the error.
I am running the server (4.2) with -v and --dev, but this just outputs:
NFO werkzeug 127.0.0.1 - - [05/Jan/2017 04:50:33] "POST / HTTP/1.1" 500 -
I have installed trytond inside a virtualenv.
Thanks