Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.