> Weird situation where I just created a new app from admin and have the > simplest app. When a visit the page and continue to refresh, on about every > other refresh I get "invalid function". I don't think I'm on any sort of > round robin, load balancing. It's very strange. I've reloaded routes, > rebooted server. > > https://www.pricetack.com/webhook >
Just took a very quick look and noticed that if you refresh every couple of seconds you get the alternating invalid function (404) versus the 200 (None) return. However, if you leave it for longer between refreshes (around 20-30 seconds or more) and refresh you get serverd the None (200) page again, as expected instead of the invalid function. Some kind of caching issue perhaps? Are you using a CDN (one response header refers to a cloudflare server)? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/868c6456-c2a4-467c-92cd-1d57773ecaaa%40googlegroups.com.

