George Papaioannou
George Papaioannou
It seems that the offending code ```export const getSubmissions = ....``` at ```src\modules\submissions\actions.js``` ignores any sub-calling `getSubmissions() ` sorting parameters if the i**nitial internal state** is missing of this attribute....
Looking for the same thing but it returns empty []. Did you find any solution?
Anyway, I just found a solution for my case. I created a custom field ie "CustomOwnerID" that I fill at the form's creation time. Now the API url will look...
same problem here!!! Is that possible to check the root account inside the mongodb shell commands?
I droped the formio db and I re-installed. I meet the same problem. Any solution to this? Question : Where the root account is stored inside the DB?
The content component does not seem to work with the latest version (4.15.0-rc.12) of formiojs and react. It shows an empty area. Any recommendations? Does this version work fine with...
***UPDATE: It seems that XMLHttpRequest and fetch take a long long time to get a successful response. It took about 10 minutes to resolve the promise successfully. Now what? What...
I found that the root of the problem was the URL address itself. While this mentioned URL [https://jsonplaceholder.typicode.com/posts](https://jsonplaceholder.typicode.com/posts) seems to have a problem, with simple vanilla web JS code it...
> > I found that the root of the problem was the URL address itself. > > Is this the only URL that is causing this issue? Is there anything...
> @sdancer75 Hi! did you find a solution?, I am also having this issue, fetch hangs for 2 minutes and gets response, I tried other endpoints but the issue occured...