The service hosted on cloud function was running fine for past 1.5 years and recently started bugging out.
The problem was found while signing into my google service through auth0 SPA. After a successful login the app leaves a "Service failed to link please try again later"
I checked the Auth0 keys and callback urls which seem to be working fine. Also tested the cloud functions and came across this piece of error in cloud logs explorer.
{
insertId: "1o8jhsx8be"
jsonPayload: {
syncLog: {
syncs: [
0: {
httpLatencyMsec: "6580"
requestId: "10830040163618754695"
status: "INVALID_ARGUMENT"
}]}}
logName: "projects/deft-d3e/logs/assistant_smarthome%2Fassistant_smarthome_logs"
receiveTimestamp: "2022-12-02T11:45:35.964382849Z"
resource: {2}
severity: "ERROR"
timestamp: "2022-12-02T11:45:35.964382849Z"
}
How do I proceed further to know where is this going wrong ?
I tried updating the npm packages to my project and the node version but it didnt seem to have any changes