Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify CouchDB Installation fails with create view #5062

Closed
NETEROabdelrahman opened this issue May 21, 2024 · 4 comments
Closed

Verify CouchDB Installation fails with create view #5062

NETEROabdelrahman opened this issue May 21, 2024 · 4 comments

Comments

@NETEROabdelrahman
Copy link

Description

I'm trying to verify the installation but I get a server error
Screenshot (116)

Expected Behaviour

the verification process is expected to run successfully

  • CouchDB version used: v. 3.3.3
  • Browser name and version: [Chrome 125 on Windows 11]
  • Operating system and version: windows 11
@big-r81
Copy link
Contributor

big-r81 commented May 21, 2024

Hi,

on Windows you need to bind the chttp interface to 127.0.0.1 or to your real ip.

[chttpd]
bind_address = 127.0.0.1

@NETEROabdelrahman
Copy link
Author

NETEROabdelrahman commented May 21, 2024

i still get the same issue,
Screenshot (118)
Screenshot (119)

@big-r81
Copy link
Contributor

big-r81 commented May 21, 2024

Can you show your config from Fauxton or via command line like (maybe you need to install curl for Windows):

curl.exe -s --user user:password http:https://127.0.0.1:5984/_node/_local/_config

Could you append your log file too?

@NETEROabdelrahman
Copy link
Author

I figured out that Avira is blocking couchspawnkillable.exe, i restored the file and now create view is working just fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants