-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alert if the Humhub instance is not ready for the mobile app #98
Comments
Good point, even features that the URL dialog is no longer displayed after a login until logout is currently a feature that comes via the Push Notifications module. For the first, I think about adding a point in the "Prerequisites" page first: Later we can integrate some code (Login&Login, ..) directly into the core. |
should also be checked with this point as it seems to be required |
@marc-farre @felixhahnweilheim Do you know any public HumHub installation without PrettyURLs? It would be good if we could detect this in the app and then display an error in the app such as "The selected HumHub installation does not meet the app requirements. Please contact the operator of the HumHub installation." |
No, it was just a testing/development instance. |
An easy solution would also be to mention this in the help section, for those that try the app without looking at the checkers for the requirements, we could also link to the docs for those that don't understand what PrettyUrls means. |
Yes!
I will send you an URL in a private message. |
Issue: #143 |
@luke- I don't think this issue has been resolved. The idea would be to display an alert, maybe when logging in as an admin, if the HumHub instance needs to be configured for the mobile app to work correctly. |
@marc-farre Didn't we added checks for the AppPush service in the Selftest? |
Yes, this was done in both the MasterDevelop |
@luke- @ArchBlood Thanks for this reminder! However:
Problem: The app is very easy to install, but the procedure to make the HumHub instance work well with it is complex (see https://community.humhub.com/s/installation-and-setup/wiki/224/Mobile+app+%26+Push+notifications), and nobody knows it really. Idea:
If the app detects a configuration issue on the HumHub instance, a warning should give the link to the official documentation page which explains what to do. |
@marc-farre Sounds good, so let's try to:
Agree? |
@luke- Yes, that would be very good!
Shouldn't it be coded in the app? |
@marc-farre Ok, right, then we have to implement the check in the app. Then we do the following. A.) Provide a controller action in the B.) The app queries the route, if the status is not 200, there is a warning after the opener. (For all users). Warning: The server is not configured for the mobile app and push notification and possibly other functions are not available. Should we implement this way? |
I think that would be perfect |
New issue here: #188 |
After validating the Humhub instance URL, some requirement checks could be done:
In case of a problem found:
The text was updated successfully, but these errors were encountered: