Yasir Haleem
Yasir Haleem
i'm getting the same error.
this doesn't work with strap beta version or latest version
> @yasirhaleem with which version is compatible? didn't work for me with any version, luckily i had same data in wordpress, so used wordpress api to import data into strapi...
i'm getting same error
this doesn't work with strapi latest version
use this version Strapi v3.0.0-alpha.25.2
@blasten @closdesign @postonoh @lleworc i have same issue i'm unable to make zoom working on basic sample ... blow code shows blank page ``` javascript function loadApp() { // Create...
try changing the numbers in strapi `config/api.js ` to get records per page. maxLimit: 20 means 20 records per page, it should fix the timeout issue hope it helps. ```js...