Hi,
I’m on the Hobby plan for team artware-studio, and I’m trying to enable Speed Insights for project liltra.
Vercel shows this error:
Hobby teams can enable Speed Insights on a single project at a time. To enable Speed Insights on multiple projects, upgrade to Pro.
The problem is that I cannot find any project in the team that actually has Speed Insights enabled - it shows none of them have.
What I’ve Checked
- I reviewed all projects in the
artware-studioteam, including paginated results. - In the dashboard, I do not see any project with Speed Insights clearly enabled.
- In project API responses, some projects still contain a non-empty
speedInsightsobject with values like:idhasData: false
- But those same projects do not appear to have active Speed Insights in the UI.
- I also checked activity/events and did not find clear Speed Insights enable/disable activity.
I tested whether this could be reset through the public API, but PATCH /v9/projects/{idOrName} rejects speedInsights as an invalid property, so I can’t clear it myself.
This makes me suspect there is stale/orphaned Speed Insights state on one or more projects, and that stale state is blocking new enablement on Hobby.
Questions
- Has anyone seen this before?
- Is there any way to identify which project Vercel thinks is occupying the Hobby Speed Insights slot?
- Is there any supported way to clear/reset stale Speed Insights state?
If it helps, I can post the list of projects whose API responses currently include a speedInsights object.
Thanks