Long time lurker, first time writer?
I'm writing a couchapp and I'm trying to use ajax to get a list from my
design document and load it into my page. I get a function_clause error
when I run the list from jquery, but if I try to get the same URL with
curl or just open the link that generates the error in a new browser
window I get exactly what I'm supposed to. Happy to provide more
information if it helps, but is there some kind of known problem that's
causing this behavior that someone can just tell me how to avoid?
Thanks.