-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
```bash
Operating System:
Platform: linux
Arc…
-
An issue came up on the [forums](https://forums.meteor.com/t/security-dont-store-tokens-in-localstorage/50539) where Meteor app audit highlighted storage of session tokens in `localStorage` as a secur…
-
# Bug report
I keep getting the `getSession()` error about 500 times on one page.
> Using the user object as returned from supabase.auth.getSession() or from some supabase.auth.onAuthStateChange()…
-
## We have frontend and backend debug logs that you can enable to help debug issues: https://supertokens.com/docs/thirdpartyemailpassword/troubleshooting/how-to-troubleshoot
## Session related is…
-
求大佬吧express或者koa2和react版本合成一个项目,和vue的ssr一样
jiazt updated
6 years ago
-
Where do I implement in SSR (Next.js)? Should I keep `StyleSheetManager` in `_app.js` or in `_document.js`? I think it should be in _document.js. But I tried wrapping my in StyleSheetManager, it doe…
-
## Which Package & Your Environment
Next.js SSG|SSR on Firebase with Firebase Hosting & Cloud Functions
https://github.com/jthegedus/firebase-gcp-examples/tree/master/functions-nextjs
I c…
-
In case of server side rendering, i want to forward a particular header (Cookie) from the express request to the (fetch) req object (the one received by middleware). How can one do that? I don't think…
-
How to make it isomorphic, so it won't fail when doing SSR?
Config
--
```
import { persistCombineReducers } from 'redux-persist';
import storage from 'redux-persist/es/storage';
const conf…
-
### Describe the problem
Consider the following scenario.
1. User submits a login form.
2. Server validates the request.
3. Server responds with a 302 redirect response, with a Set-Cookie head…