-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
## CVE-2023-26136 - Medium Severity Vulnerability
Vulnerable Libraries - tough-cookie-3.0.1.tgz, tough-cookie-2.5.0.tgz
tough-cookie-3.0.1.tgz
RFC6265 Cookies and Cookie Jar for node.js
Library ho…
-
In order to ensure stable releases don't break the wider ecosystem it'd be beneficial to have tests running for all libraries used with Next.js so that we can catch potential bugs early.
Non-exhau…
-
We would like to reduce the spread of the project to have to maintain and work on a single app for the client.
### Project preparation:
- [x] move to `pnpm` for package management: lighter and faster…
-
### What is the documentation issue?
In a server action, I want to access the search param directly from a server action.
I know I can progressively enhance my form with a client component like th…
-
**What is the current behavior?**
Since the `useCookie` hook works by initializing a piece of state to the value of `Cookie.get` with the passed in cookie name, it does not react to any changes to th…
-
Reproducer:
```
yarn create vite spreadsheet-repro --template react-ts
yarn add scheduler react-spreadsheet
yarn
yarn dev
```
Then replace the code in `App.tsx` with the following:
```
…
-
### Link to the code that reproduces this issue
https://github.com/lukebelbina/nextjs-cookie-server-action-bug
### To Reproduce
Create the following Page in Next Js 14.2.5.
```js
'use server'
…
-
### Environment
System:
OS: Linux 5.15 Ubuntu 24.04 LTS 24.04 LTS (Noble Numbat)
CPU: (4) x64 AMD Ryzen 7 3700X 8-Core Processor
Memory: 14.34 GB / 15.62 GB
Container: Yes
…
-
# Client-side Authentication the Right Way (Cookies vs. Local Storage) | Tania Rascia
The expectation When you log into an application, you have the expectation that the next time you open a new tab …