'Failed to lift app: Error: Sails is taking too long to load

Sails has a default timeout by default when starting the app. How to remove this or maybe how to extend the timeout?



Solution 1:[1]

In confing/env I set hookTimeout in development.js and production.js currently hookTimeout 80000 to 320000.It worked for me.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Pankti Shah