mikeal / node.couchapp.js

Utility for writing couchapps.
Apache License 2.0
406 stars 78 forks source link

Preparing. #44

Closed demobiel closed 12 years ago

demobiel commented 12 years ago

Hi

I have from time to time, and I really don't know what is causing it, the fact that pushing or syncing my couchapp with couchDB returns simply "preparing." "After a while" (read: I just don't know what is happening) I can push or sync again.

I can see that couchDB receives a request and returns code 404 (The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent. )

If I manually create a document with ID _design/app couchDB returns code 200, but couchapp is still returning Preparing.

edit: found the issue After some more investigation I found out that couchapp stops uploading when I have an empty folder in my "attachments" folder.