A new app generated by v2.0.0-beta.27
causes Error: DYNAMIC_SERVER_USAGE
#4149
Labels
v2.0.0-beta.27
causes Error: DYNAMIC_SERVER_USAGE
#4149
What is the problem?
The issue (#4112) still exists, so I've re-created reproduciton repo.
A new app generated by
blitz new
(Blitz version: v2.0.0-beta.27) causesError: DYNAMIC_SERVER_USAGE
.Reproduction repo: https://github.com/exKAZUu/blitz-new-issue-v2.0.0-beta.27
Paste all your error logs here:
Paste all relevant code snippets here:
Nothing due to a completely new app.
What are detailed steps to reproduce this?
Note that the following steps avoid installing blitz globally.
cd ~
mkdir temp
cd temp
yarn add -D blitz
yarn blitz new blitz-new-issue-v2.0.0-beta.27
rm -Rf node_modules package.json yarn.lock
(make sure that there is nonode_modules
in ascendant directories)cd blitz-new-issue-v2.0.0-beta.27
yarn install
(make sure that there isnode_modules
only inblitz-new-issue-v2.0.0-beta.27
directory)yarn dev
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
The section of the reproduction steps includes a screenshot.
The text was updated successfully, but these errors were encountered: