Skip to content

[next] Fix missing app route with mixed SSR/SSG dynamic route#11862

Merged
kodiakhq[bot] merged 7 commits intomainfrom
ijjk/fix-missing-route
Jul 16, 2024
Merged

[next] Fix missing app route with mixed SSR/SSG dynamic route#11862
kodiakhq[bot] merged 7 commits intomainfrom
ijjk/fix-missing-route

Conversation

@ijjk
Copy link
Copy Markdown
Member

@ijjk ijjk commented Jul 16, 2024

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Jul 16, 2024

🦋 Changeset detected

Latest commit: d58d7f7

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@vercel/next Patch
vercel Patch

Not sure what this means? Click here to learn what changesets are.

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

ztanner
ztanner previously approved these changes Jul 16, 2024
ztanner
ztanner previously approved these changes Jul 16, 2024
@kodiakhq kodiakhq bot merged commit cfaa83c into main Jul 16, 2024
@kodiakhq kodiakhq bot deleted the ijjk/fix-missing-route branch July 16, 2024 19:44
ijjk pushed a commit that referenced this pull request Jul 16, 2024
This PR was opened by the [Changesets
release](https://github.com/changesets/action) GitHub action. When
you're ready to do a release, you can merge this and the packages will
be published to npm automatically. If you're not ready to do a release
yet, that's fine, whenever you add more changesets to main, this PR will
be updated.


# Releases
## @vercel/[email protected]

### Minor Changes

- Use `nativeFetch` mode when `unstable_singleFetch` is enabled
([#11844](#11844))

### Patch Changes

- Fix corepack `packageManager` detection on monorepos
([#11811](#11811))

## @vercel/[email protected]

### Patch Changes

- Fix corepack `packageManager` detection on monorepos
([#11811](#11811))

## [email protected]

### Patch Changes

- Updated dependencies
\[[`cfaa83cc9`](cfaa83c),
[`db8452770`](db84527),
[`9290c57b8`](9290c57)]:
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`9290c57b8`](9290c57)]:
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`9290c57b8`](9290c57)]:
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Fix corepack `packageManager` detection on monorepos
([#11811](#11811))

## @vercel/[email protected]

### Patch Changes

- Fix missing app route with mixed SSR/SSG dynamic route
([#11862](#11862))

- Fix corepack `packageManager` detection on monorepos
([#11811](#11811))

## @vercel/[email protected]

### Patch Changes

- Updated dependencies
\[[`9290c57b8`](9290c57)]:
    -   @vercel/[email protected]

## @vercel/[email protected]

### Patch Changes

- Fix corepack `packageManager` detection on monorepos
([#11811](#11811))

## @vercel/[email protected]

### Patch Changes

- Fix corepack `packageManager` detection on monorepos
([#11811](#11811))

-   Updated dependencies \[]:
    -   @vercel/[email protected]

## @vercel-internals/[email protected]

### Patch Changes

- Updated dependencies
\[[`9290c57b8`](9290c57)]:
    -   @vercel/[email protected]

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
ijjk added a commit that referenced this pull request Jul 17, 2024
Follow-up to #11862 ensuring we
only filter for dynamic app routes as those are the only ones we were
concerned about specifically and the related test change shouldn't have
been necessary.
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.

Next in Vercel - SSG page with fetch cache: no-store responds with 404 Not Found page

3 participants