Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7052281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T03:21:53+00:00 2026-05-28T03:21:53+00:00

I create a simple couchapp and deployed it into my CouchDB instance. However, i’m

  • 0

I create a simple couchapp and deployed it into my CouchDB instance. However, i’m noticing an anomaly. The view created (via couchapp generate view …) returns data when I view it in CouchDB’s Futon administrative interface (logged in as admin), but not when I run the couchapp I wrote. Here’s an example of my code:

$.CouchApp(function(app) {
app.view("wine_list", { success: function(json) {
    json.rows.map(function(row) {
       alert(row.key);
    }); 
}});
});

The result I get out of alert() above is ‘null’.

And when I navigate to: http://localhost:5984/winedb/_design/wineapp/_view/wine_list I get:

{"rows":[
{"key":null,"value":null}
  ]}

But, If I open Futon admin interface and navigate to the design doc/view, I can see records. Now, in Futon i’m logged in as admin. So, my guess is I should specific auth credentials in my couchapp javascript code? If so, how?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T03:21:54+00:00Added an answer on May 28, 2026 at 3:21 am

    If your view has both a map and reduce component, then this might be a user interface bug in Futon.

    By default, CouchDB will supply map and reduce results to queries. To see only the map results, you must provide a ?reduce=false parameter.

    By default, Futon provides the ?reduce=false parameter, and you have to check the “reduce” checkbox to get the “default” behavior.

    In other words, add reduce=false to your query. Does that help?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

In the many Python applications I've created, I often create simple modules containing nothing
I want to create simple file viewer. What control should i use to view
I'm trying to create simple slot machine with three slots. Each slot will generate
I'm trying to create simple urlMapping, but it doesn't work. It goes into constructor,
Hi I am trying to create simple shapes such as a rectangle and view
I need to create simple reusable javascript object publishing several methods and parameterized constructor.
I know how to create simple object and add dynamically properties to it. object
I would like to create simple objects at runtime (textbox, label, etc) and add
How to create simple C# Binary socket server (Not WCF!) Who knows the Simplest
How to create simple PHP COMET server page displaying current time? I need code

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.