Closed vukhanhtruong closed 5 years ago
Hi @vukhanhtruong - it sounds like a storage adapter issue (the list of the components can't be fetched). If you are using S3, can you check the IAM policy has list, read and write access?
I run into the same issue. I think @matteofigus is right.
If you wanna see the exact error you get, you can go into your node_modules
, find the file under oc/src/registry/domain/components-cache/index.js
and add a console.log(saveErr)
above line 68. After that you can just do npm start
locally to see the actual error.
Edit: here's the link to the file for reference: https://github.com/opencomponents/oc/blob/bd5bc06b4c42a9588177f92ced1ab5f1084a1189/src/registry/domain/components-cache/index.js#L68
Thanks guys.
When deploying the OpenComponents registry to Heroku, and it says: "Registry not started: components_list_save". Here is the logs at Heroku
I switched to Now, and still no luck. This is the logs at Now:
Please help me out. Thank you very much.