deb_mutism

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
deb_mutism [2019/08/01 16:05] – [+Work logs] Júne Parkdeb_mutism [2019/08/05 12:39] – [Solved Problems] Júne Park
Line 557: Line 557:
  
 ---- ----
 +=== No apps found for your version === 
 +
 +<text type="danger">{{fa>bug}} **Symptom**</text>: Error showing **No apps found for your version** in Nextcloud (tm) Apps. 
 +
 +<text type="info">{{fa>lightbulb-o}} **Solution**</text>: ''Edit'' Fetching time in script, located in ''../nextcloud_root/lib/private/App/AppStore/Fetcher/Fetcher.php''
 +
 +<code php> 
 +  }
 + 
 +  $options = [
 +- 'timeout' => 10,
 ++ 'timeout' => 300,
 +  ];
 +</code>
 +
 +---- 
  • deb_mutism
  • Last modified: 2024/04/20 14:58
  • by Júne Park