wohali commented on issue #1133: CouchDb 2.1.1 can NOT create a View document URL: https://github.com/apache/couchdb/issues/1133#issuecomment-362927191 @Crispy1975 It's not. The macOS bug is specifically related to a missing shared library, which was added in the 2.1.1.1 download. People were able to work around it successfully by installing the shared library using the `brew` tool on their own. Your issue is that the view is taking too long to calculate. The default amount of time to wait for the external process is 5 seconds. That error, `{os_process_error,"OS process timed out."}` doesn't say the process couldn't run at all. Try increasing the `[couchdb] os_process_timeout` value in your `local.ini` file to `10000` or higher. The value is in milliseconds.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
