Open kabaga opened 11 months ago
Any errors in the Nextcloud server logs?
?
Also try navigating your browser to https://your-nextcloud/apps/memories/api/describe
and check if the protocol in the output is correct (http vs https)
Any errors in the Nextcloud server logs?
?
Also try navigating your browser to
https://your-nextcloud/apps/memories/api/describe
and check if the protocol in the output is correct (http vs https)
I got https with that link. About the logs, the only error log that I could see is below, which I believe is not related to the Memories.
OC\User\NoUserException: Backends provided no user object
I assume this happens on all mobile devices? That would point to a server / reverse proxy config issue. Regardless, this would need more debugging on the client side (need the logcat from the mobile)
Yes, all mobile devices. I am using the OPNsense NGINX plugins as my reverse proxy. Is there an NGINX specific settings that would allow the Memories app to work? Which logcat app should I download to get the debug information needed?
Same issue here.. For me, the login page reappears again and again.. Even tried to use App Passcode..
Same issue here.. For me, the login page reappears again and again.. Even tried to use App Passcode..
This issue is now resolved for me by using the OVERWRITECLIURL in the compose file (I am using NX AIO)
Same issue here.. For me, the login page reappears again and again.. Even tried to use App Passcode..
This issue is now resolved for me by using the OVERWRITECLIURL in the compose file (I am using NX AIO)
How would you do this on a bare metal install (VM)?
Assume you edit your config/config.php to include overwrite.cli.url
'trusted_domains' =>
array (
0 => 'localhost',
1 => 'nextcloud.yourdomain.com',
),
'datadirectory' => '/path/to/data',
'dbtype' => 'pgsql',
'version' => '27.1.5.1',
'overwritehost' => 'nextcloud.yourdomain.com',
'overwriteprotocol' => 'https',
'overwrite.cli.url' => 'https://nextcloud.yourdomain.com/',
'dbname' => 'nextcloud_database',
'dbhost' => 'nextcloud-aio-database',
'dbport' => '',
'dbtableprefix' => 'oc_',
...
Describe the bug Downloaded the latest of the Memories Android app from the Google Playstore. The issue that I am having is I could not login to the app. When I entered my username and app token. The mobile browser shows "Account connected. your client should now be connected! You can close this window."
However, when I closed the window, the Memories app is stuck in "Waiting for login to complete. Keep this page open in the background."
To Reproduce
Screenshots N/A
Platform:
Additional context Add any other context about the problem here.