You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error messages with detail as function and params does not run properly, so the message does not show the args:
{
reqId: "23cd947a-f86c-424c-b27a-5d7227c7c058",
status: 403,
error: {
code: "PERMISSION_DENIED",
title: "Permission denied",
detail: "User does not have permission for ", // <-- Should show arg here!
id: "119d63d6-311d-4650-8b60-83683ff52b86",
}
}