-
1. Модуль Cookies при вызове set обновляет куки всегда, даже если они не изменились, что критично в ssr, т.к. кука, выставленная на сервере, перезатирается на клиенте.
2. CookieEngine при изменении…
-
Stacked CDN setup may add a HTTP header for a geo-located region that can include special characters:
```
# Akamai
X-Akamai-Edgescape: Yucatán
# CloudFlare
CF-Region: Île-de-France
```
Re…
-
Hi,
Looks like the `next-translate-routes` affects the next-i18n translation file logic.
The 18n file (namespace) that is requested is translated.
Example folder structure:
```
\public
…
-
HI there, thanks by the boilerplate
I'm using this package :https://github.com/zeit/pkg
and ran;
pkg app.js
> pkg@4.4.0
> Targets not specified. Assuming:
node10-linux-x64, node10-macos-…
-
## 🐛 Bug Report
The [documentation](https://codesandbox.io/s/react-i18n-plurals-ru-issue-pf1tnf?file=/src/index.js) mentions the following example for Singular/Plural:
keys
```
{
"key_one":…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I remove the from the account menu because I want to render the menu on the server sid…
-
## Description
The light and dark mode changes back to the default when you navigate between pages. This is on an HTML build and can be demoed here:
https://2i2c.org/report-czi-2021/
For exam…
-
Attempting to move my Remix app over to Passage. The react package seems to be working okay for the client side and I'm getting the cookie stored properly. I'm having issues on the server side though.…
-
The docs describe authentication on websockets as providing the token in `connectionParams` when creating the WsLink initially.
But it is unclear how to change the token later and reinitialize con…
-
This is currently impossible, e.g. /go/top-followed needs to know the logged in user, but with JWT it's too late when Next.js gets the request.
We can still keep some minimal fetch "logged in data …