Set sequelize store with Firestore. #78

Open
opened 2021-05-06 21:52:18 +00:00 by Ghost · 3 comments

Hi there,
I'm trying to setup the store go get the certificates from firestore (db).

The thing is that when I test it with greenlock-store-test all the test PASS.

But when i use it with greenlock-express i get this error when I load the page with my domain test.mydomain.com :

npx greenlock defaults --store ./store.js --store-foo xxxx --store-bar yyyy

Could not load './store.js'
Did you install it?
npm install --save undefined

which mean the store file is not leaded correctly via the config.json file.

I tried the test without my custome store, it use the default (fs) then it works.
But with greenlock-store-test all the test PASS.

I'm kind of lost ^^
Please help me...

Hi there, I'm trying to setup the store go get the certificates from firestore (db). The thing is that when I test it with greenlock-store-test all the test PASS. But when i use it with greenlock-express i get this error when I load the page with my domain test.mydomain.com : npx greenlock defaults --store ./store.js --store-foo xxxx --store-bar yyyy Could not load './store.js' Did you install it? npm install --save undefined which mean the store file is not leaded correctly via the config.json file. I tried the test without my custome store, it use the default (fs) then it works. But with greenlock-store-test all the test PASS. I'm kind of lost ^^ Please help me...
Ghost changed title from Store issue - Could not load 'undefined' to Set sequelize store with Firestore. 2021-05-10 07:41:52 +00:00
Author

Hi, Bamorem.
Did you fix this issue?
I'm facing the same problem.

Hi, Bamorem. Did you fix this issue? I'm facing the same problem.
Author

Hi @Bamorem
Did you fix this issue?

Hi @Bamorem Did you fix this issue?
Author

@VladStepanov you have to publish your store

@VladStepanov you have to publish your store
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: root/greenlock-express.js#78
No description provided.