When developing a web2py application, its a pretty normal way to have various syntax errors, problems with db, etc.
However, when debugging these problems (in a non-production system), a link to the ticket appears by default instead of the actual ticket.
Is there a way to automatically redirect to the actual ticket, eliminating the need for a click (and wait for the actual ticket to load)?
source
share