https://github.com/bripkens/env-var-reproducer
https://github.com/bripkens/env-var-reproducer
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bripkens/env-var-reproducer
- Owner: bripkens
- Created: 2023-06-05T08:34:36.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T08:36:41.000Z (about 3 years ago)
- Last Synced: 2025-03-13T04:02:19.215Z (over 1 year ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js App Router Env Var Support
This is a reproducer for a Next.js issue.
Also see https://github.com/vercel/next.js/discussions/50759
## How to reproduce
```sh
$ git clone https://github.com/bripkens/env-var-reproducer.git
$ cd env-var-reproducer
$ npm i
$ npm run build
```
## Problematic File
`src/app/users/page.tsx`
## Problematic Env Var
`API_ORIGIN`