Open
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Stencil Version
4.27.0
Current Behavior
Internal Server Error when using SSR components on NextJs application
TypeError: The "payload" argument must be of type object. Received null] {
code: 'ERR_INVALID_ARG_TYPE'
}
Expected Behavior
Should work, according to documentation, out of the box.
System Info
"@stencil/core": "~4.27.0"
"@stencil/store": "2.0.16"
"@types/react": "^19"
"@types/react-dom": "^19"
"next": "15.1.7"
Steps to Reproduce
Just check the code sandbox
Code Reproduction URL
Additional Information
Not sure if I'm doing something wrong, but I followed the documentation regarding integration.