Hey everyone,
I’m running into a blocking UI issue in AI Studio and wondering if anyone else has experienced this recently or found a workaround.
The Issue:
The AI Studio “Secrets” panel seems to have completely detached from our project’s state. It is no longer generating all the text input fields required to manage our environment variables, even though they are clearly defined in our .env.example file.
What’s weird (The Diagnostic Proof):
We ran a backend diagnostic script that confirmed the container’s memory (process.env) does actually still hold all 18 of our previously saved secret keys! However, the frontend AI Studio Secrets UI is completely out of sync and refuses to display the text boxes so we can manage or update them.
Troubleshooting we’ve already tried:
- We completely recreated and validated the /.env.example file to ensure all keys are properly declared inside.
- We forced a full restart of the development server.
- We performed hard browser cache clears.
Despite this, the Secrets UI remains incomplete. Since our app relies on third-party integrations, we are essentially locked out of managing our API keys (and we definitely don’t want to hardcode production secrets just to keep developing).
My Questions for the Community:
- Has anyone else experienced this UI desync recently?
- Is there a known workaround or a specific trick to force the AI Studio Secrets panel to reload?
Thanks in advance for any insights!