Level up your business security with free, on-demand training and certification. Explore 1Password Academy today →
Forum Discussion
wong2
3 months agoNew Contributor
1Password keeps updating .env file
1Password Environment is really cool! I'm excited to use it. But I'm running into a problem: 1Password keeps updating the mounted .env file, even when the content hasn't changed. This causes our deve...
1P_Phil
Moderator
3 months agoHi wong2 ,
Were you able to get this sorted out, or are you still having troubles with it?
Thanks!
Phil
wong2
3 months agoNew Contributor
No, I'm still having troubles with it. And I don't think there's much I can do without 1Password improve this.
- 1P_Phil3 months ago
Moderator
Hi wong2 ,
Hot off the press (from internal folks here at 1Password, thanks sid ), please give this workaround a try while we get a polished fix.
Could you try adding something like this in your vite.config.ts:
import { defineConfig } from 'vite' export default defineConfig({ server: { watch: { ignored: ['**/.env', '**/.env.*'] } } })Thanks!
Phil