Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Users module doesn't work with CouchDB 1.6 #1129

Closed
waleplanet opened this issue Jul 16, 2017 · 2 comments
Closed

Users module doesn't work with CouchDB 1.6 #1129

waleplanet opened this issue Jul 16, 2017 · 2 comments
Labels
unable to reproduce indicates that the bug reported in the issue was unable to be reproduced

Comments

@waleplanet
Copy link

Expected behavior:
All functionality of the Users module should work with CouchDB 2.0
Actual behavior:
1, When a logged in user with couchdb admin rights navigates to the users module, they are redirected to login.
2 , Unable to add A new user through the add user form
Steps to reproduce:
Setup HospitalRun to use CouchDB 1.6
Navigate to the Users module
Screenshots (if applicable):
N/A
OS and Browser:
all

@waleplanet waleplanet changed the title Users module doesn't work with CouchDB 1.6 #953 Users module doesn't work with CouchDB 1.6 Jul 16, 2017
@tangollama tangollama added the unable to reproduce indicates that the bug reported in the issue was unable to be reproduced label Aug 4, 2017
@tangollama
Copy link
Member

@waleplanet I'm confused by this issue. Are you saying that the system doesn't fully support CouchDB 2.0? If so, we've already documented that in the installation instructions. Please clarify.

@fooksupachai
Copy link

what version of erlang are you running? Ensure it is supported
erl -noshell -eval 'io:put_chars(erlang:system_info(otp_release)).' -s erlang halt

are the erlang crypto (SSL) libraries working?

erl -noshell -eval 'case application:load(crypto) of ok -> io:put_chars("yay_crypto\n") ; _ -> exit(no_crypto) end.' -s init stop

@noxecane
Copy link

noxecane commented Oct 7, 2017

This is actually a reference to #953 with couchdb 1.6.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
unable to reproduce indicates that the bug reported in the issue was unable to be reproduced
Projects
None yet
Development

No branches or pull requests

4 participants