headstartwp
headstartwp copied to clipboard
`next start path-to-project` breaks config loading.
Describe the bug
Because next start path-to-project apparentlys makes process.cwd() be where the next command was executed from, it breaks config loading.
I'm not sure if we can actually fix this, maybe we just need to document that next path-to-project isn't supported by HeadstartWP
Steps to Reproduce
- Do a build
- From the root of the monorepo run
next start projects/wp-nextjs - See an error about the config.
- Now run next start directly in projects/wp-nextjs and there's not issue.
Screenshots, screen recording, code snippet
No response
Environment information
No response
WordPress information
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Hey, can I take this up?
@Tanu1201 feel free to pick this up, I'm sure not sure what the workaround would be. withHeadstartWPConfig makes the assumption that it is being called from the next.js root directory to load some files automatically.
Related https://github.com/10up/headstartwp/issues/866