https://github.com/devjiwonchoi/_repro-next-auth
https://github.com/devjiwonchoi/_repro-next-auth
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/devjiwonchoi/_repro-next-auth
- Owner: devjiwonchoi
- Created: 2024-06-11T15:31:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T17:35:54.000Z (about 2 years ago)
- Last Synced: 2025-03-25T02:12:22.998Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Steps to reproduce
1. Clone the repository
2. Run the following commands:
```bash
pnpm install
pnpm dev
```
3. Open your browser and go to `http://localhost:3000`
4. Click on the "Go to repro page" link or go to `http://localhost:3000/repro`
5. You will see the "login" button
6. Terminate the server
7. Run the following command:
```bash
pnpm build
pnpm start
```
8. Repeat steps 3 and 4
9. You will not see the "login" button and the page is unprotected.