Hi,
My app cannot get static files loaded, searched on web for solutions, looks like I need to either turn Debug=False or use --insecure. After I turned Debug=False, I got 'Bad Request 404' error. I have to try --insecure, but not sure how to run server with the parameter?
Thanks