Closed jdmedlock closed 7 years ago
Issue Description & Expected Outcome: Logout function doesn't work when running devGaido locally
Symptoms: When running a local instance of devGaido the logoff function doesn't work. This works perfectly in the production instance.
Steps to Recreate:
yarn dev
Resolution: Resolved by upgrading the session-file-store package (yarn upgrade session-file-store)
session-file-store
yarn upgrade session-file-store
Issue Description & Expected Outcome: Logout function doesn't work when running devGaido locally
Symptoms: When running a local instance of devGaido the logoff function doesn't work. This works perfectly in the production instance.
Steps to Recreate:
yarn dev
Resolution: Resolved by upgrading the
session-file-store
package (yarn upgrade session-file-store
)