-
-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V2 - New preset v2-mst-aptd-gcms-lcz-sty
with hybrid SSG/SSR instead of SSR-only (based on v1-ssr-mst-aptd-gcms-lcz-sty
)
#68
base: v1-ssr-mst-aptd-gcms-lcz-sty
Are you sure you want to change the base?
Conversation
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
[GitHub Actions] |
…ial recommendations) for server-side fetching
[GitHub Actions] |
[GitHub Actions] |
…e been removed a long time ago, was installed as dep)
[GitHub Actions] |
E2E are failing again, seems related to vercel. Maybe they changed something, the tests aren't applied on the deployment but on vercel's homepage. Well, it's working again... I noticed it those few days, seems random, probably a latency issue making tests run too early, before Vercel page is ready? |
…turn props under nested "props" key (keep similar API between SSG and SSR, better code reusability)
[GitHub Actions] |
…arams in SSR pages (wasn't being used)
[GitHub Actions] |
… code and make TS type extensible
[GitHub Actions] |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit a5ad627 previously deployed Storybook static site at https://nrn-v2-mst-aptd-gcms-lcz-sty-storybook-gfu1195c7-unly-oss.vercel.app |
…try/init"' has no default export."
* Re-export Sentry from init (DX) and call init from error endpoint to see if it fixes the issue with flush() timeout * Improve sentry init documentation + rollback to timeout 2s + auto-init Sentry when using configureReq * Implement better error handling on _error page (enrich Sentry metadata from req object) * Fix 404 error handling and reporting to Sentry * Improve documentation about error handling * Upgrade Sentry to latest (minor)
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 5ea63ac previously deployed Storybook static site at https://nrn-v2-mst-aptd-gcms-lcz-sty-storybook-fzs6017tx-unly-oss.vercel.app |
✅ Deployment SUCCESS |
✅ E2E tests SUCCESS for commit 06a6a37 previously deployed Storybook static site at https://nrn-v2-mst-aptd-gcms-lcz-sty-storybook-3kgtlv1hh-unly-oss.vercel.app |
❌ Deployment FAILED |
Demos
Status
This PR/branch is stable and has been added as the new official/default NRN preset.
We still have some features to implement, but they're secondary.
Notes
This PR is not meant to be merged, but to provide a diff against the base branch (which was a preset using SSR-only, and has been deprecated now that v2 is released)
PR from #42 (preset branch was renamed, thus forcing us to open a new PR), useful for extra context (discussions about technical implementation)
New features in this PR:
Roadmap - In progress
Roadmap - Backlog
Done
ssr
option which was designed for <v9.3 and doesn't considergetServerSideProps
option, and is confusing_document
public
folder properlyrevalidate
examplefallback
exampleOptional other improvements
On hold (stuck, any help appreciated)
winston
)Known bugs
All fixed