You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 28, 2025. It is now read-only.
We are considering whether to support it with SSR.
However, from a performance standpoint, I plan to give up OGP support and use SSG fallback for the time being.
@arelaxend sorry I haven't had as much time this month but if you want to work on it, I'd be happy to review the PR. If not I can probably work on it once I have more time (maybe end of month or next month). Though fallback logic is a bit interesting since we are using origin request + origin response handler (actually we were thinking of trying to simplify to one handler).
For blocking fallback, I think we should check if fallback:blocking is enabled in origin request handler and render + save the response in S3, then return it.
Is your feature request related to a problem? Please describe.
next.js 10 add support fallback blocking.
https://nextjs.org/blog/next-10#blocking-fallback-for-getstaticpaths
This feature is useful for SEO & OGP support.
Describe the solution you'd like
I want html response like existing ssg fallback.
Describe alternatives you've considered
We are considering whether to support it with SSR.
However, from a performance standpoint, I plan to give up OGP support and use SSG fallback for the time being.
Additional context
I'm trying this feature in following repository.
https://github.com/strozw/sample-serverless-nextjs
The text was updated successfully, but these errors were encountered: