Known Error
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Luis MajanoLuis MajanoReporter
Samuel W. KnowltonSamuel W. KnowltonPriority
Major
Details
Details
Assignee
Luis Majano
Luis MajanoReporter
Samuel W. Knowlton
Samuel W. KnowltonPriority
Sentry
Sentry
Sentry
Created January 24, 2024 at 6:37 PM
Updated December 16, 2024 at 9:11 AM
Resolved December 16, 2024 at 9:11 AM
Trying to use the debugger on an API endpoint (with Quick/QB tracing turned off) – we’re able to log in and hit a number of endpoints, but on one of them, we get the following error:
The stack trace points to a
wirebox.getInstance()
call, but none of the stack trace refers to anything in that object. The top line of the stack trace is pointing to this:When we disable cbdebugger, it works fine. I’m not sure where to start here.