No Stack Trace or Error Info Logged with `catchTags` on Unauthorized Error
Hey folks,
Does anyone know if this is an expected behaviour on the backend?
I use catchTags on one of my endpoints
and when Unauthorized error happens, I can only see this log below (in my backend API's logs)
There is no stack trace, no info about the error..
However, when I run my client app in browser, I see the response from my backend's API. I would expect to see the same in my backend API's logs. (without explicitly using
Does anyone know if this is an expected behaviour on the backend?
I use catchTags on one of my endpoints
and when Unauthorized error happens, I can only see this log below (in my backend API's logs)
There is no stack trace, no info about the error..
However, when I run my client app in browser, I see the response from my backend's API. I would expect to see the same in my backend API's logs. (without explicitly using
Effect.logError())