API key not persisted after leaving Settings page #416
Unanswered
hoangmanhkhiem
asked this question in
Q&A
Replies: 1 comment
|
i think its an old version issue , try this one -https://drive.google.com/drive/u/2/folders/1VS3tbdsBCZlBBoh0V0m_Un31aG-Aazu3 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone 👋
I ran into an issue after setting up my OpenAI API key and wanted to check if anyone else has experienced this or if there's a known workaround.
What happened:
After entering the OpenAI API key in the Settings page and navigating away, the app no longer retains the key. Going back to Settings shows the field empty, and any feature relying on the key stops working as if it was never configured.
Steps to reproduce:
Go to Settings → enter OpenAI API key → save
Navigate away from the Settings page
Return to Settings or use a feature that requires the key
Key is gone — app behaves as if unconfigured
Expected: Key persists across navigation and sessions
Actual: Key is lost the moment you leave the Settings page
Questions:
Is this a known issue? Is there a fix or workaround in the meantime?
Is the key supposed to be saved to localStorage / a config file / environment variable? Wondering if this is a persistence layer issue.
Should I open a formal bug report instead?
All reactions