Prerendering Issue on V6

Hello I’m having quite a bit of a problem with prerendering a static page. I keep getting this error starting when I upgrade to v6.

<Route prerender path="/aurora" page={AuroraPage} name="aurora" />

this is how I’m calling the prerender the page is not dynamic just a plain static jsx

any ideas why I keep getting the error?

Before we go any further, can I suggest a full delete and re-install of node_modules?

rm -rf node_modules && rm -rf web/node_modules && yarn

Also worth double checking that your yarn.lock/package.json file(s) don’t have different versions of redwood packages - incase you upgraded manually!