Open HarisHashim opened 5 years ago
The readme says:
IMPORTANT NOTE: Please don't submit issues for questions regarding your code. Only actual bugs or feature requests will be answered, all others will be closed without comment. Also, please follow the bug reporting guidelines and check the change log before submitting an already fixed bug :)
Please close your issue as the author does not answer questions here. You might try stackoverflow.
I succesfully deploy my backend nodejs express code to GCP and it works except for the nedb part.
Is because GCP filesystem is readonly. Hence the data folder that normally work in my localhost testing environment does not work in GCP.
Anyone have tips or experience on how to make this works?
Thanks!