SuiteCRM 8: How to troubleshoot Unexpected error when calling action?

I’m having an issue when I select all projects and Bulk action, export… I get “unexpected error when calling action”. There’s nothing in the log.

If I apply a filter and select something like Start date before today. (which returns the exact same set of records… all of them) It exports just fine.

I do get the following error in console but not sure what the issue is? Kind of looks like a permission? Anyone help, comment?

In dev mode you should be able to get a proper stack trace in the network tab of the browser developer tools, that’s the proper way to troubleshoot “error when calling action” messages.

Looks like this:

Thanks so much for the tip! I’m getting an internal server error, but it’s not really meaning that much to me…

I get this in console, but everything works well…

Uncaught TypeError: Cannot read properties of undefined (reading 'getLeft')
    at i.isOnLeftEdge (ext-all.js:38:1107971)
    at i.onHeaderCtMouseMove (ext-all.js:38:1083604)
    at HTMLDivElement.eval (eval at cacheableFunctionFactory (ext-all.js:38:4871), <anonymous>:6:13)
    at HTMLDivElement.g (ext-all.js:38:114224)

Do you have dev mode selected in .env?

You need that to get the trace (and the actual error text)

Haven’t got there yet. That’s monday’s project.