-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Labels
Description
Hi,
Hoping someone can point me in the right direction here.
Production Deployment
Tile is added successfully but after 'Generate Summary' no results are returned.
The 'fetchquerysummary queryResult' is successful but the following 'fetchquerysummary response' fails with:
POST 403 251 B 2 ms Ruby https://dashboard-summary-service-xxxxxxxxxxx.us-central1.run.app/generateQuerySummary
httpRequest: {
cacheFillBytes: "0"
cacheHit: false
cacheLookup: false
cacheValidatedWithOriginServer: false
latency: "0.003355997s"
protocol: "HTTP/1.1"
remoteIp: "0.0.0.0"
requestMethod: "POST"
requestSize: "64357"
requestUrl: "https://dashboard-summary-service-xxxxxxxxxxx.us-central1.run.app/generateQuerySummary"
responseSize: "251"
serverIp: "216.xxx.xx.xx"
status: 403
userAgent: "Ruby"
}
Any suggestions on where to diagnose would be much appreciated.