Skip to content

un-skip the ssr loading e2e test in the app-router app#406

Merged
dario-piotrowicz merged 2 commits intomainfrom
dario/313/un-skip-ssr-loading-test
Feb 24, 2025
Merged

un-skip the ssr loading e2e test in the app-router app#406
dario-piotrowicz merged 2 commits intomainfrom
dario/313/un-skip-ssr-loading-test

Conversation

@dario-piotrowicz
Copy link
Copy Markdown
Contributor

@dario-piotrowicz dario-piotrowicz commented Feb 24, 2025

I'm pretty sure I was getting this test failing both locally and in CI, but now everything seems to be working just fine... 🤔


fixes #313

@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 24, 2025

⚠️ No Changeset found

Latest commit: 01c1e6b

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Feb 24, 2025

Open in Stackblitz

pnpm add https://pkg.pr.new/@opennextjs/cloudflare@406

commit: 01c1e6b

@dario-piotrowicz dario-piotrowicz marked this pull request as ready for review February 24, 2025 11:24
@dario-piotrowicz
Copy link
Copy Markdown
Contributor Author

@conico974 any idea if something in the aws package fixed this?

In that case this comment might no longer be valid?

// NOTE: loading.tsx is currently broken on open - next
// This works locally but not on deployed apps

@conico974
Copy link
Copy Markdown
Collaborator

Not sure, maybe this one opennextjs/opennextjs-aws#733, or this one opennextjs/opennextjs-aws#718
That's the only 2 i can imagine having any effect

@dario-piotrowicz
Copy link
Copy Markdown
Contributor Author

dario-piotrowicz commented Feb 24, 2025

Not sure, maybe this one opennextjs/opennextjs-aws#733, or this one opennextjs/opennextjs-aws#718 That's the only 2 i can imagine having any effect

given the comment I would assume that these tests are skipped during the aws ci e2es, but by looking at the aws code I couldn't see anything that would cause them to be skipped, could you double check if these e2e tests do run (and pass) in the aws e2es? (if so the comment would simply be outdated and no longer valid right?)

@conico974
Copy link
Copy Markdown
Collaborator

Ho yeah that's an old comment that can be safely removed. There was an issue with lambda streaming itself, but now it is fixed and working correctly in e2e

@dario-piotrowicz
Copy link
Copy Markdown
Contributor Author

dario-piotrowicz commented Feb 24, 2025

Ho yeah that's an old comment that can be safely removed. There was an issue with lambda streaming itself, but now it is fixed and working correctly in e2e

ah ok nice! I've removed the comment here then and opened a PR in the aws repo to remove them there too: opennextjs/opennextjs-aws#751 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] SSR Loading pages don't work for hard navigations (app-router-e2e)

3 participants