arrowheadapps / strapi-connector-firestore

Strapi database connector for Firestore database on Google Cloud Platform.
MIT License
166 stars 15 forks source link

Strapi strarting issue after connect with strapi-connector-firestore #54

Closed shah21 closed 3 years ago

shah21 commented 3 years ago

Error 👇

TypeError: Cannot set property privateAttributes of #<Object> which has only a getter at Function.assign (<anonymous>) at mountModel (E:\WorkSpace\JS\COMPANY PROJECTS\kinderact\node_modules\strapi-connector-firestore\lib\model.js:166:26) at Object.mountModels (E:\WorkSpace\JS\COMPANY PROJECTS\kinderact\node_modules\strapi-connector-firestore\lib\model.js:56:21) at E:\WorkSpace\JS\COMPANY PROJECTS\kinderact\node_modules\strapi-connector-firestore\lib\index.js:82:21 at async Promise.all (index 0) at async Object.initialize (E:\WorkSpace\JS\COMPANY PROJECTS\kinderact\node_modules\strapi-connector-firestore\lib\index.js:49:9) at async Object.initialize (E:\WorkSpace\JS\COMPANY PROJECTS\kinderact\node_modules\strapi-database\lib\connector-registry.js:30:9) at async DatabaseManager.initialize (E:\WorkSpace\JS\COMPANY PROJECTS\kinderact\node_modules\strapi-database\lib\database-manager.js:43:5) at async Strapi.load (E:\WorkSpace\JS\COMPANY PROJECTS\kinderact\node_modules\strapi\lib\Strapi.js:354:5) at async Strapi.start (E:\WorkSpace\JS\COMPANY PROJECTS\kinderact\node_modules\strapi\lib\Strapi.js:196:9)

brettwillis commented 3 years ago

@shah21 thank you for the report. What Strapi versions are you running?

I haven't developed this in a while I suspect a Strapi update may have broken it.

shah21 commented 3 years ago

version 3.6.1

brettwillis commented 3 years ago

@shah21 ok I'll look into it when I get a chance in the next wee or two. In the meantime, I suspect you could downgrade to a previous Strapi version.

brettwillis commented 3 years ago

Hi @shah21 , sorry for the delay on this. I've just released a new version which fixes this issue which was released to a Strapi update.

I'll close this issue, but please check it out and comment if it still persists for you.

shah21 commented 3 years ago

Thank you i will check it