I want to Web2py to just return the error screen/stack-trace… i don’t want this ticketing system in place. how can I turn it off?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You cannot. If you are logged in as administrator and you click on the ticket number, it will open a window with the stack-trace. You can use routes_onerror in routes.py to display a different error page to your user and hide the ticket number if you do not wish to expose it.