For the past four days I’ve been getting the same error in the OpenAI platform whenever I open any of my vector stores: “An unexpected error occurred: Invalid URL (GET /v1/vector_stores/…)"
The error appears for every vector store I own.
The dashboard cannot load the vector store details or associations.
Because of this, I cannot upload new files to any vector store.
The assistant itself still works and can read from the existing vector stores, so the backend seems functional — the issue appears to be in the UI layer.
Reproduction steps
Open any existing vector store in the dashboard
The page immediately shows the error: “Invalid URL (GET /v1/vector_stores/…)"
The interface fails to load the file list or associations
The “Add files” button becomes unusable because the UI never finishes loading
Expected behavior
The vector store page should load normally
I should be able to upload new files to the knowledge base
The UI should correctly call the vector store endpoints
Actual behavior
The UI calls a route that appears to be invalid or deprecated
The page fails to load
Uploading new files is impossible
The issue persists across all vector stores, not just one
Impact
This effectively blocks me from updating or expanding my assistants’ knowledge bases. The assistants can still query existing data, but I cannot manage or add new files.
Additional notes - The issue has been ongoing for 4 days - It happens in multiple browsers - No API key or permission errors - The assistant’s retrieval still works, so the backend vector store system is intact — only the dashboard UI is failing
Could someone from the OpenAI team confirm whether this is a known regression in the vector store UI and whether a fix is in progress? The topic was deal with before, but the error is fresh.
Is there somebody with the same issue or an opened thread about this problem ? I really need to use a vector-store because I upload big files (> 50Mb) and pass them directly as attachment to Response API is not possible.
I’m also running into pretty bad performance when creating vector stores. Especially today, several have been hanging with just a few files in progress and never resolving.
The Vector Store bug discussed here seems to have not been resolved yet. I’ve been experiencing the same issue since this morning. Clearing the cache doesn’t fix it.
After waiting in vain for an official solution, after trying various tricks, I solved it thus:
(in Chrome) Press F12 (DevTools will open).
Right‑click the Reload button.
Choose Empty Cache and Hard Reload.
Close DevTools.
This clears cached files and forces a full reload.
I can only partially reproduce this. I also see the error message An unexpected error occurred: Invalid URL (GET /v1/vector_stores/vs_6...8/associations). At first, I was unable to attach files to the vector store. After a short wait and a browser refresh, the file appeared and I was able to attach it to an assistant.
In the end, everything worked as expected, aside from the confusing error message. I verified this via the API as well and did not encounter any unexpected behavior there.
It is not a “confusing error message”. It is that this backend endpoint has again stopped working, just like in the past that took over a week to be addressed:
This is an endpoint that is supposed to return assistant IDs (or possibly prompts) where a vector store is attached to the file search tool. It is malfunctioning. Again. It is just more evidence that this company has too much technical debt and too little caring to do anything correctly or learn from mistakes, or that there is a new set of API developers that have not also learned from OpenAIs continued outages and ongoing API issues with malfunctioning products not working.
Any updates on this please? I get the same message for all my vector stores. And while it says that it has uploaded all the documents - when I scroll through them so many are missing. I have 98 txt files but the assistant is very clearly only using some of them. And despite the vector store sauing that it uploaded all the files I dont see them in the store. Super confused! (It’s my first time setting up an assistant on OpenAI). Not sure if there is somthing else going on or it’s this error (I would assume so - I’m just puzzled by the apparent upload/attachment seemingly uploading but then not appearing in the vector store)