I'm looking at my console logs to see why there is a delay in my data showing up in my table view during a certain period of time. I keep seeing an Axios error looks like a 403 error:
08:37:24.289 [Browser Thread: 7255dba9-b86e-4bfa-aafd-721dc50ca93c] INFO Perspective.SessionProps - onerrorLogger: {"e":{"message":"Request failed with status code 403","name":"AxiosError","config":{"transitional":{"silentJSONParsing":true,"forcedJSONParsing":true,"clarifyTimeoutError":false},"transformRequest":[null],"transformResponse":[null],"timeout":0,"xsrfCookieName":"XSRF-TOKEN","xsrfHeaderName":"X-XSRF-TOKEN","maxContentLength":-1,"maxBodyLength":-1,"env":{"FormData":null},"headers":{"Accept":"application/json, text/plain, /"},"method":"get","url":"/data/perspective/keepalive/MF3_Dashboard/session-props/55137425164900"},"code":"ERR_BAD_REQUEST","status":403},"message":"Request failed with status code 403","name":"AxiosError","logData":{"msg":"unhandledrejection","errorMsg":"Request failed with status code 403"}}
Any suggestions on how to resolve this?