Difference between revisions of "AppSuite:UI FAQ"

(Created page with "= Getting the UI started = Frequently asked by new developers. And forgetful veterans. Who therefore write documentation pieces like this. == Does show a login after login in...")
 
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
= Getting the UI started =
+
The content on this page has moved to https://documentation.open-xchange.com/latest/ui/miscellaneous/faq.html
Frequently asked by new developers. And forgetful veterans. Who therefore write documentation pieces like this.
 
  
== Does show a login after login in ==
+
Note: Open-Xchange is in the process of migrating all its technical documentation to a new and improved documentation system (documentation.open-xchange.com). Please note as the migration takes place more information will be available on the new system and less on this system. Thank you for your understanding during this period of transition.
This means you managed to find a bug even before our error message module could be loaded. There is something rather basic broken, maybe the DB connection or some of the standard .js
 
 
 
The only hint we can give from a UI perspective is to use the developer console on your browser and, if applicable, turn on "halt on all errors" or "preserver logging data". You might see an error message that otherwise gets eaten by a redirect.
 
 
 
If you are running the backend yourself, you are in luck, go, look at the server error log.
 
 
 
== Does not load, fails with error: Could not read... ==
 
"Could not read 'io.ox/core/http.js'"
 
"Could not read 'io.ox/core/events.js'"
 
That's not all, the system is probably hiding even more errors. It is more probable that the whole UI cannot be found. Check the com.openexchange.apps.path, usually hidden in manifests.properties. Does it point to where your webserver serves the files from? The default is /var/www/appsuite, on OSX is is more likely to be /Libraries/WebServer/Documents/appsuite
 
 
 
== App Suite loads, but no apps show up ==
 
So bother backend and frontend are devoid of errors, the UI loads nicely, you see the top bar with settings, notifications and refresh button but no apps at all, right? This is a manifest problem. Check the capabilities (see hint in the beginning of this page). If even those are correct, check the backend's /tmp folder and the manifest.properties there: Are the paths of <tt>com.openexchange.apps.path</tt> and <tt>com.openexchange.apps.manifestPath</tt> pointing to your build directory?
 
 
 
[[Category:AppSuite]]
 
[[Category:UI]]
 
[[Category:Developer]]
 

Latest revision as of 10:06, 22 May 2017

The content on this page has moved to https://documentation.open-xchange.com/latest/ui/miscellaneous/faq.html

Note: Open-Xchange is in the process of migrating all its technical documentation to a new and improved documentation system (documentation.open-xchange.com). Please note as the migration takes place more information will be available on the new system and less on this system. Thank you for your understanding during this period of transition.