Replies: 1 comment 1 reply
-
It seems like next is now bundling in any component that is imported into another component into the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
When I run a docker build of my next app with v15.4.1 I get this error:
This is a new error after updating to v15.4.1. This is how I am copying the build over in my Dockerfile:

The files in the working container based on a 15.3.5 build look like this:

The files in the broken build look like this:

Note the extra
src
dir that is in the broken build, which seems to contain components that are a mix of server and client, but is an incomplete list of all the components in the sourcecomponents
dir. Do I need to update my Dockerfile? Has something changed in the next build that I've missed in the release notes?Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions