简体   繁体   中英

Fauxton errors in requre file

I installed CouchDB and it came with Fauxton. I can access it fine from:

http://localhost:5984/_utils/fauxton/#

I am using CoucbDB 1.6.1 (not sure how to find version number of Fauxton)

I am getting two JavaScript errors (both in require.js):


When I click on a database on the home screen, then select changes from the drop down menu in the top left:

TypeError: c.Views.Tabs is not a constructor

When I click the padlock next to a database on the home page (to set up permissions for that database - I haven't configured the admin user or anything yet but I imagine the site still isn't supposed to have a JavaScript error)

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

Neither pages are loading, what do I need to do to fix it?

These are bugs in the (for 1.x experimental) Fauxton which will get the new interface for 2.0. In favor of the CouchDB 2.0 release, the work on Fauxton for 1.x is discontinued .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM