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?