Hi,

CouchDB hosted apps generally work ok in 3.2.2, however small config
tune ups required after upgrade from 3.1.

First you need to carefully copy 3.1 config, considering [couch_httpd_auth]
members moved to [chttpd_auth] since 3.2. Read more here
https://docs.couchdb.org/en/3.2.2/config/auth.html#chttpd_auth.

Also you likely need to set those Couch config keys:
— csp / attachments_enable = false,
— csp / showlist_enable = false
— chttpd_auth / same_site = lax

Also, if you use proxy auth, you might need to tune [chttpd] config
section: add {chttpd_auth, proxy_authentication_handler} into chttpd /
authentication_handlers and restart Couch.

Hope it helps.

ermouth


On Sat, Jul 23, 2022 at 5:51 AM Alan Malta <[email protected]> wrote:

>
> keep CouchApps functional (same behavior of 3.1.2?) in 3.2.2? Or is moving
>
>

Reply via email to