Summary
I am currently facing an issue with accessing chats created using my v0 access key. While I am still able to create new chat prototypes, I am unable to retrieve or view them afterward.
Details
- I have an access key with all required permissions (
read,write,manage). - Previously, I was able to:
- Create chats
- View them in the
v0UI - Retrieve chat data via API
- However, since Friday, the behavior has changed:
-
I can still create chat prototypes successfully
-
But I cannot view the created chats in the v0 UI
-
API calls to fetch chat details return errors such as:
Error: chat not found
Error: chat deleted
-
Expected Behavior
- Chats created using the access key should be retrievable via API
- Chats should be visible in the
v0UI
Actual Behavior
- Chat creation succeeds
- Chat retrieval fails with “not found” or “deleted” errors
- Created chats are not visible in UI
Additional Notes
- No changes were made to the access key or permissions
- This was working fine until Friday
- Issue is consistent across both UI and API
Request
Could someone please help verify:
- If there are any recent changes affecting access key permissions
- Whether chat storage or retrieval APIs have changed
- If there is any known issue or outage related to this
Any guidance or confirmation would be helpful. Thank you!