tableflip / guvnor

A node process manager that isn't spanners all the way down
MIT License
430 stars 37 forks source link

[guv-web] "Uncaught TypeError: Invalid data type of `info` for `type` property." #80

Closed vuza closed 8 years ago

vuza commented 8 years ago

When we open guv-web in Chrome it asks for username and password and the browser loads the black background, then following error messages gets printed to Google chrome's console:

"Uncaught TypeError: Invalid data type of info for type property. Use one of the default types or define your own" - guvnor-web.4cc3fb22.min.js:12

Same error on other browsers and with cache cleared. Guv-web log, looks exactly the same as it does on the servers guv-web works fine. Beside the web-frontend everything works fine as well. Even https://localhost:3001/hosts prints a correct json.

I tried to install it on a virtual server, vagrant machine and locally, and got the same error. Some weeks ago the same guv-web version (tried 3.5.14 and 3.5.15) was running just fine on a identical server.

Any help would be appreciated.

Regards, Marlon

achingbrain commented 8 years ago

Looks like this change in ampersand-state may have b0rked it. I've just published v3.5.16 - please give it a go and reopen this issue if you still see the problem.

vuza commented 8 years ago

Works like charm, thank you!!!