web2py 4.6.3 & 4.7.2 I have an app which demonstrates a plugin I've made. On my local host using rocket it works fine.
When I upload the app to a server, Ubuntu LTS with apache, I get this error (& also with pythonanywhere) GET https://do.growthpath.com.au/google_charts/plugin_google_chart/plugin_return_data.json404 (NOT FOUND) I don't think it is a MIME error (/etc/mime.types has application/json json ) In my view I have data_url = URL('plugin_google_chart','plugin_return_data.json') on local host (rocket) it works fine. But deployed I get a 404 error. This is via https and being logged in or not makes no difference. If I make a view plugin_return_data.json I don't get the 404 error, but I get corrupted json (XML encoded I think) -- 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]. For more options, visit https://groups.google.com/groups/opt_out.

