Skip to main content
January 6, 2026
Question

Environments (Beta) not working using Nextjs 14.2.26

  • January 6, 2026
  • 1 reply
  • 74 views

When using that version (14.2.26) it just doesnt even try to read the .env file, but from a different project using Nextjs 16.1.1 it does.

1 reply

sid
1Password Employee
January 13, 2026

Hey @mr_roiz , I think this likely lines up with a change that was added to Next.js to support named pipe .env files. Before this change, the type of file we use for local file mounts wasn’t supported by Next.js.