Jonathan Wohl

Results 23 comments of Jonathan Wohl

Oh — seems like it is/was, but the SSL cert isn't valid anymore. Updating that should fix it (maybe).

Happy to help @patriciogonzalezvivo! Depending on how you're hosting this, it might be as simple as a one-click install from your host — most offer SSL for free now that...

Sure — I've never manually set up a cert like that with node, always used a reverse proxy server in front of node application. But it should work fine as...

Hi @hannsQ — I haven't followed up on this, but I'm fairly certain the solution is replace the `swagger-client` dependency with simple fetch requests to the API (or maybe to...

Regarding the `swagger-client`, it would basically be replacing the contents of this file: https://github.com/OpenframeProject/Openframe/blob/master/src/rest.js Then updating elsewhere in the app where the `rest` module is used. The other error you're...

Hmm, interesting. I haven't seen this before, but haven't talked to anyone attempting to install on windows. Looks like the bcrypt package is failing when trying to run `node-gyp rebuild`....

Ok — can you paste the full output from the install failure here (not just a screen shot)?

Try running `node ./bin/cli.js -p` — this will attempt to execute that file (cli.js) with node directly. I haven't tested things on windows, and don't have a machine handy to...

I'm getting this too at the moment, with Xcode 5, OSX 10.8.3, and the latest code from master. Any ideas? EDIT: For me, this error only shows up when adding...

Hmm... unless I'm missing something, this makes it not so useful in many (most?) production situations where env vars are set through the environment, not from a .env file? Maybe...