Skip to content
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

Generate functions-manifest.json #33667

Closed
shuding opened this issue Jan 25, 2022 · 1 comment · Fixed by #33770
Closed

Generate functions-manifest.json #33667

shuding opened this issue Jan 25, 2022 · 1 comment · Fixed by #33770

Comments

@shuding
Copy link
Member

shuding commented Jan 25, 2022

For #31317 and other issues, we can no longer using middleware to host the SSR handler. Instead these routes should be generated as standalone functions, and we should emit a functions-manifest.json file to indicate the target function runtime and other information.

@shuding shuding added this to To do in React Server Components in Next.js (Alpha) via automation Jan 25, 2022
@huozhi huozhi moved this from To do to In Progress in React Server Components in Next.js (Alpha) Jan 28, 2022
@kodiakhq kodiakhq bot closed this as completed in #33770 Jan 31, 2022
React Server Components in Next.js (Alpha) automation moved this from In Progress to Done Jan 31, 2022
kodiakhq bot pushed a commit that referenced this issue Jan 31, 2022
## Feature

Reuse most of the part from manifest plugin to generate similar assets

Resolves #33667

- [x] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
natew pushed a commit to natew/next.js that referenced this issue Feb 16, 2022
## Feature

Reuse most of the part from manifest plugin to generate similar assets

Resolves vercel#33667

- [x] Implements an existing feature request or RFC. Make sure the feature request has been accepted for implementation before opening a PR.
- [x] Related issues linked using `fixes #number`
- [x] Integration tests added
@github-actions
Copy link
Contributor

github-actions bot commented Mar 3, 2022

This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 3, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants