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
> node ./start.js
path.js:7
throw new TypeError('Path must be a string. Received ' + inspect(path));
^
TypeError: Path must be a string. Received undefined
at assertPath (path.js:7:11)
at Object.resolve (path.js:1146:7)
at Server.loadPaths (/web/dadi/lib/index.js:376:28)```
The text was updated successfully, but these errors were encountered:
If starting the app with a very minimal config file with
paths
not defined:The following error is thrown:
The text was updated successfully, but these errors were encountered: