with-iron-session-app not correct SSR example
See original GitHub issueWhat example does this report relate to?
with-iron-session-app
What version of Next.js are you using?
11.0.1
What version of Node.js are you using?
14.17.0
What browser are you using?
Chrome
What operating system are you using?
macOS
How are you deploying your application?
next start
Describe the Bug
Example contains page profile-ssr.js
and header with authorization details:

But with disabled javascript
authorization information disappears from header:

I think in “ssr” example all page should be filled on server side.
Expected Behavior
Authorization information in header from SSR
To Reproduce
- Login
- Move to http://localhost:3000/profile-ssr
- Disable javascript
- Refresh the page
Issue Analytics
- State:
- Created 2 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
SSR is not work when adding vendor split chunks #527 - GitHub
Bug Report When using the SSR example of this repo, and adding vendor split chunks To Reproduce Run this project ...
Read more >How to Enable Server-Side Rendering for a React App
First, use npx to start up a new React app using the latest version of Create React App. Let's call the app, react-ssr-example...
Read more >Next js app with SSR is not pre-rendering HTML, so web ...
I have a next.js app that uses server side rendering. When running the application both locally and in production (on vercel edge), the...
Read more >A beginner's guide to React Server-Side Rendering (SSR)
They are not only perfect for rapid prototyping but for designing complex web applications as well (if done right).
Read more >Using Non-SSR Friendly Components with Next.js
When Not to Use Server-Side-Rendering? Sometimes, you might need to opt-out of SSR from Next.js pages or components. For example, integrating third-party ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@bacher That’s a good point and if you feel like it then it’s a good way to participate in the project by modifying the iron session example. Thanks!
I understand that, but anyway, example seem to me little bit confusing, because of: one part of the page is really SSR, but another part is client side render.
But example titled: “SSR”.