You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With each build, an identical flag is added as in the screenshot.
Theoretically, this is not a bug because in case of one-time generation, i.e. the main assumption, it will work correctly in CI.
However, if you want to test several builds locally, you have to delete the wrangler.toml file each time because wrangler pages dev gives the following error:
✘ [ERROR] service core:user:website: Compatibility flag specified multiple times: nodejs_compat
Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered:
Environment
Reproduction
Set below config in
nuxt.config.ts
Describe the bug
With each build, an identical flag is added as in the screenshot.
Theoretically, this is not a bug because in case of one-time generation, i.e. the main assumption, it will work correctly in CI.
However, if you want to test several builds locally, you have to delete the
wrangler.toml
file each time becausewrangler pages dev
gives the following error:Additional context
No response
Logs
No response
The text was updated successfully, but these errors were encountered: