You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After an attempt to start the dpd instance (dpd -d, etc) the following is output in console:
Error loading resources:
Error: Expected file: resources/sessions/config.json
at /var/www/api.wfman.com/node_modules/deployd/lib/config-loader.js:129:15
at taskCallback (/var/www/api.wfman.com/node_modules/deployd/node_modules/async/lib/async.js:386:21)
at fs.js:207:20
at Object.oncomplete (fs.js:107:15)
Running node --version .0.10.10
After clicking start import it will enter into a recursive warning loop:
(node) warning: Recursive process.nextTick detected. This will break in the next version of node. Please use setImmediate for recursive deferral.
Then finally error out with:
events.js:72
throw er; // Unhandled 'error' event
^
RangeError: Maximum call stack size exceeded
The text was updated successfully, but these errors were encountered: