Prodigious-Aim-Solutions / inroad

An adventure finding platform
0 stars 0 forks source link

Live Site - Login not working #35

Closed Corbzilla closed 9 years ago

Corbzilla commented 9 years ago

The login is not working on the live site. An initial investigation of this issue determined that the problem lies with the version of PyJWT that is currently used on OpenShift, this version doesn't seem to have a properly functioning encode function which causes an error. Resolution will be either to roll back the development version to the openshift verion 0.4.1ish and modify encode to fit or work to manually install the > 1.0.0 version on openshift

AshleyCB commented 9 years ago

which one is this? ns adventures?

On Mon, May 4, 2015 at 12:17 PM, Jason Corbett notifications@github.com wrote:

The login is not working on the live site. An initial investigation of this issue determined that the problem lies with the version of PyJWT that is currently used on OpenShift, this version doesn't seem to have a properly functioning encode function which causes an error. Resolution will be either to roll back the development version to the openshift verion 0.4.1ish and modify encode to fit or work to manually install the > 1.0.0 version on openshift

— Reply to this email directly or view it on GitHub https://github.com/Prodigious-Aim-Solutions/inroad/issues/35.

Corbzilla commented 9 years ago

Yup, unfortunately its the current live site novascotiaadventures-annotator.rhcloud.com. After trying a few things we this, it appears to be an issue with the openshift platform itself. May have to move the livesite to AWS or some other platform we have more control over.