√ Ready at http://localhost:3000 19:40:19
ERROR Server Rendering Error 19:40:28
url:/
Cannot read property 'currentRoute' of undefined
and then it goes on the list , here are a few lines :
at currentRoute (webpack:.../node_modules/@factor/app/router.ts?:240:23)
at preFetchPost (webpack:///:.../node_modules/@factor/api/prefetch.ts?:18:96)
at callback (webpack:///:.../node_modules/@factor/post/index.ts?:56:99)
at callback (webpack:///:.../node_modules/@factor/api/hooks.ts?:164:13)
at applyFilters (webpack:///C:/:.../node_modules/@factor/api/hooks.ts?:100:28)
Also look at my package json:
{
"name": "newproject",
"version": "1.0.0",
"description": "",
"main": "src/index",
"private": true,
"dependencies": {
"@factor/core": "^1.0.0",
"@factor/plugin-notify": "^1.0.0",
"@factor/plugin-seo": "^1.0.0",
"@factor/plugin-sitemap": "^1.0.0",
"@factor/plugin-contact-form": "^1.0.0",
"@factor/plugin-storage-s3": "^1.0.0",
"@factor/theme-ultra": "^1.8.14"
},
"factor": {
"app": {},
"admins": [
"**************"
],
"load": [
"app",
"server"
]
}
}