Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
The Usage/Spending page does not display actual usage data
Steps to Reproduce
1.Log in to Cursor with a Pro plan.
2.Navigate to Settings → Spending (or visit cursor.com/dashboard/spending).
3.Observe the “Included in Pro” section — it shows 0% usage and “0% Rules and 0% API used”.
4.Open browser DevTools → Network tab and filter by usage.
5.Notice that the API response for get-current-period-usage returns actual non-zero usage data (used: 3000, limit: 3000), confirming the backend has the correct data.
6.The frontend fails to render/bind this data to the UI.
Expected Behavior
The Spending page should correctly display the actual usage percentage and breakdown
Operating System
Windows 10/11
Version Information
Get this from Cursor IDE: Menu → About Cursor → Copy, then paste it here
For AI issues: which model did you use?
N/A
For AI issues: add Request ID with privacy disabled
N/A
Additional Information
API Response Details (from DevTools Network tab):
Endpoint: get-current-period-usage
Response contains valid data: used: 3000, limit: 3000, remaining: 0
Response also includes breakdown fields like numRequests, numTokens, etc. with non-zero values.
HTTP status: 200 (successful response).
Does this stop you from using Cursor
No - Cursor works, but with this issue
