exceptionless/Exceptionless

grunt dotnet dev-certs fails when path has white space

enkelmedia opened this issue · 0 comments

I was just trying to get the dev-project running on my machine and got an error when executing this command for the ClientApp:

npx grunt serve

Turns out that the path to the cert contained white spaces which caused the issue in my case. Wrapping the cert-path in "" sovles this. PR is on it's way.