- Upon vibe coding, like “add an edit button in XX scree”
result: Preview refresh > no Edit button shown > checked code and in placed > deploy > can see Edit button in live app - Continue from issue 1, each time i deploy my app (same project), it create a new unique API key, which i find it redundant. I have to manually delete them each time i deploy
Hi @weilies ,
Welcome to the Forum!
Issue 1 :Could you please the screenshot of the issue you are facing .
Issue 2:
The deployment script treats every deploy as a “new” setup. Since it doesn’t see a specific key defined in your environment settings, it auto-generates a new one for safety.
Please try the below steps:
- Create one API key for the project.
- Assign it manually in the app’s settings.