Lorenzo Stramaccia

Results 4 issues of Lorenzo Stramaccia

## 🐛 Bug description ``` ERROR Error: Could not import ReactDOMServer. at file:///var/task/node_modules/.pnpm/[email protected]_fzyfqr3mixyxftdbf7mmfo2jb4/node_modules/react-instantsearch-hooks-server/dist/es/getServerState.js:166:13 at async getServerSideProps (/var/task/site/.next/server/pages/algolia.js:98:25) at async Object.renderToHTML (/var/task/node_modules/.pnpm/[email protected]_biqbaboplfbrettd7655fr4n2y/node_modules/next/dist/server/render.js:512:20) at async doRender (/var/task/node_modules/.pnpm/[email protected]_biqbaboplfbrettd7655fr4n2y/node_modules/next/dist/server/base-server.js:642:38) at async cacheEntry.responseCache.get.isManualRevalidate.isManualRevalidate (/var/task/node_modules/.pnpm/[email protected]_biqbaboplfbrettd7655fr4n2y/node_modules/next/dist/server/base-server.js:747:28) at...

I'm using versione `1.1.18` with Magento 2.4.4-p2 and while deploying the static content using `compact` strategy with this command: ``` php bin/magento setup:static-content:deploy --ansi --no-interaction -f -s compact --jobs 4...

According to https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html, Magento from 2.4.2 requires composer 2.x but with the current `.magento.app.yaml` we get composer 1.x Magento 2.4.2 will eventually work with composer 1.x but 2.4.3 will produce...