Proxy Issues: Memory Search & [object Object] Bug
Description:
After switching the OpenAI base URL to localhost via proxy, I’m seeing two issues:
-
Memory Search Broken
Embeddings no longer work, likely because they previously relied on OpenAI.
-
[object Object] in Responses
Messages sometimes render as:
Lucas, received message: [object Object]
Looks like a frontend serialization issue where actual content isn’t passed correctly.
Expected:
- Memory search works with embeddings
- Responses display correct content
(I'm new, please help :)
Proxy Issues: Memory Search &
[object Object]BugDescription:
After switching the OpenAI base URL to
localhostvia proxy, I’m seeing two issues:Memory Search Broken
Embeddings no longer work, likely because they previously relied on OpenAI.
[object Object]in ResponsesMessages sometimes render as:
Lucas, received message: [object Object]Looks like a frontend serialization issue where actual content isn’t passed correctly.
Expected:
(I'm new, please help :)