Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/4lejandrito/next-server-action-error-issue
Reproduces the issue
https://github.com/4lejandrito/next-server-action-error-issue
Last synced: about 1 month ago
JSON representation
Reproduces the issue
- Host: GitHub
- URL: https://github.com/4lejandrito/next-server-action-error-issue
- Owner: 4lejandrito
- Created: 2023-11-19T06:37:48.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T21:29:12.000Z (8 months ago)
- Last Synced: 2024-04-10T15:05:19.452Z (7 months ago)
- Language: TypeScript
- Size: 1.89 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reproduction steps
1. `npm i`.
2. `npm run dev`.
3. Open `http://localhost:3000` in Firefox.
4. Open the dev tools, and click on request blocking.
5. Add `localhost` as blocking pattern.
![How to block the request](block.png)
6. Click the button on the page.* **Expected:** Nothing happens (there is a catch clause).
* **Actual:** A client error next message is displayed.
![Unexpected client error](error.png)You can also run `npm test` to reproduce the issue automatically using cypress.