Axios Error: Request Failed

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?

Hi Aisha_Shiddat,

This 403 error indicates that you are not authorized to make the API request. I would recommend checking your API key to ensure it's correct, and verify that the URL you're trying to access is correct as well. If you're still running into trouble, you may want to reach out to the API's support team for assistance.