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

dynamic page cause unknown root exit status. #391

Closed
himself65 opened this issue Jan 17, 2024 · 6 comments · Fixed by #398
Closed

dynamic page cause unknown root exit status. #391

himself65 opened this issue Jan 17, 2024 · 6 comments · Fixed by #398
Assignees
Labels
bug Something isn't working

Comments

@himself65
Copy link
Sponsor Contributor

image

@himself65
Copy link
Sponsor Contributor Author

@himself65
Copy link
Sponsor Contributor Author

Way to reproduce:

pnpm create waku
\n\n\n
cd project

change related code to

  createPage({
    render: 'dynamic', // <-- from 'static'
    path: '/',
    component: HomePage,
  });

deploy to vercel

@himself65
Copy link
Sponsor Contributor Author

himself65 commented Jan 17, 2024

workaround: remove --with-ssr

himself65/waku-issue-391#1

@dai-shi dai-shi added the help wanted Extra attention is needed label Jan 17, 2024
@dai-shi
Copy link
Owner

dai-shi commented Jan 18, 2024

I wonder if #395 fixes or not.

@himself65
Copy link
Sponsor Contributor Author

i will try it

@dai-shi
Copy link
Owner

dai-shi commented Jan 19, 2024

I just tried, and it doesn't seem #395 helps at all.

@dai-shi dai-shi self-assigned this Jan 19, 2024
@dai-shi dai-shi added bug Something isn't working and removed help wanted Extra attention is needed labels Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants