https://github.com/rothsandro/repro.waku-server-action-static-page
https://github.com/rothsandro/repro.waku-server-action-static-page
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rothsandro/repro.waku-server-action-static-page
- Owner: rothsandro
- Archived: true
- Created: 2024-06-05T15:29:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-05T15:32:31.000Z (about 1 year ago)
- Last Synced: 2025-01-27T22:13:23.982Z (4 months ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Repro for Waku Server Action
It works in local development mode:
1. Execute `npm run dev``
2. Open `http://localhost:3000` in your browser
3. Open DevTools
4. Click on the button => Works, value is logged in the consoleIt doesn't work in production mode:
1. Execute `npm run preview`
2. Open `http://localhost:8080` in your browser
3. Open DevTools
4. Click on the button => Doesn't work, error is logged```
Cannot process RSC TypeError: actionFn is not a function
```