For Workers & Pages, what is the name of the domain?
What is the error number?
INTERNAL_SERVER_ERROR
What is the error message?
INTERNAL_SERVER_ERROR
What is the issue or error you’re encountering
It was tested and working – now there’s an error.
What steps have you taken to resolve the issue?
{
viewer {
accounts(filter: {accountTag: $account}) {
rumWebVitalsEventsAdaptiveGroups(
filter: {date_gt: $start}
limit: 10
orderBy: [datetimeHour_ASC]
) {
dimensions {
bot
datetimeHour
}
sum {
lcpGood
lcpNeedsImprovement
lcpPoor
lcpTotal
inpGood
inpNeedsImprovement
inpPoor
inpTotal
fidGood
fidNeedsImprovement
fidPoor
fidTotal
clsGood
clsNeedsImprovement
clsPoor
clsTotal
}
}
}
}
}
{
“tag”: “",
“account”: "”,
“start”: “2025-04-11”
}
got
{
“data”: null,
“errors”: [
{
“message”: “Internal server error”,
“path”: [
“viewer”,
“accounts”,
“0”,
“rumWebVitalsEventsAdaptiveGroups”
],
“extensions”: {
“code”: “INTERNAL_SERVER_ERROR”,
“timestamp”: “2025-04-16T16:50:10.128566681Z”,
“ray_id”: “93152e1c23d465a6-AMS”
}
}
]
}
What are the steps to reproduce the issue?
It was working – now there’s an error.