I had a POST request in my brochure app, as this blog post suggested, and it was working extremely well up until I added a "www" folder with a "site.css" file to my app. At that point the req_handlers of the post function stopped being fired off. When I deleted the folder the POST requests worked again. I'm not sure how these two parts of the code would be related but it did seem to be the case.
I had a POST request in my brochure app, as this blog post suggested, and it was working extremely well up until I added a "www" folder with a "site.css" file to my app. At that point the req_handlers of the post function stopped being fired off. When I deleted the folder the POST requests worked again. I'm not sure how these two parts of the code would be related but it did seem to be the case.