Forum Discussion

mr_roiz's avatar
mr_roiz
New Contributor
1 month ago

Environments (Beta) not working using Nextjs 14.2.26

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's avatar
    sid
    Icon for 1Password Team rank1Password Team

    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.