Was running v0.5 without any problems for months and when I went to check today, everything stopped working so I thought I needed to upgrade to v0.6
Here is what I did:
$ git fetch
$ git checkout v0.6.x
$ git merge origin/v0.6.x
$ git pull
$ ./nodebb upgrade
$ ./nodebb dev
Getting the error:
url.js:107 throw new TypeError("Parameter 'url' must be a string, not " + typeof url)
This would be the first real disappointment of nodebb for me since everything was running smoothly and it simply stopped.
What is the error referring to and how can I fix this?