I have an application that I just pushed from my development workspace to my production environment. When I try to access it, I simply get an error message:
Error processing request.
Contact your application administrator.
I'm positive that the issue is dependency-related. I must have created some new function/table/column/whatzit in my development environment that I have not yet migrated to my Production environment. However... how can I figure out what that is without getting more details on the error? I'm assuming there are views behind the scenes that I could query to find out what errors are being generated when I hit that page, but i can't locate them. Unfortunately all the keywords I'm using to find them are generating lots of unrelated hits (view, runtime, error, etc.)
I'm using Apex 18.2 under Oracle 11g