jxmono / crud

:fork_and_knife: CRUD for mono
MIT License
0 stars 1 forks source link

CRUD requests hangs forever for the first time #34

Closed IonicaBizau closed 10 years ago

IonicaBizau commented 10 years ago

After an application is restarted at least the first read operation for each template hangs forever.

The request data is:

{
    "t": "5290e.....007",
    "q": {
        "field1": "52c91....4d3",
        "field2": "53022....000b",
        "field3": "foo"
    }
}

Request URL: /@/crud/read/

This can be reproduced in GP CMS, CRM, PartnerLogin etc.

IonicaBizau commented 10 years ago

This was produced by a change in modm on dev server. So, this is not a real issue.

$ rm -rf node_modules
$ npm update