-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoiding usage of sails-disk #7342
Comments
@abitoprakash Thanks for posting! We'll take a look as soon as possible. In the mean time, there are a few ways you can help speed things along:
Please remember: never post in a public forum if you believe you've found a genuine security vulnerability. Instead, disclose it responsibly. For help with questions about Sails, click here. |
Hey @abitoprakash did you solve this problem. It's quite interesting since |
Node version: 20.0.0
Sails version (sails): 1.5.9
ORM hook version (sails-hook-orm): 3.0.2
I am not using
sails-disk
in my app. All of my models have defined datastore. So I am expectingsails-disk
not to be used. However according tosails-disk
READMEIs there some way to disable this adapter, and if I disable, will there by any issues with
sails-hook-orm
?Currently due to
sails-disk
, I am facing this error in my deployment jobThe text was updated successfully, but these errors were encountered: