Hi guys, quite a weirdo right here :) I was on web2py 1.95.2 and everything was fine with my applications in production. To stay put, I have deciced to uppgrade to the last one 1.98.2 and validate everything works.. and ... it doesn't .. :'(
I have a controller serving db information through a simple json service and now, well I call for example http://localhost/app/control/item.json it fails with the 404: invalid view (control/item.json). Or course I don't have any control/item.json as I'd like it to just use the generic.json.. Can someone help me please ? Thanks !