ImmichI
Immich5w ago
Shion

Remote Sync, Search, AuthGuard Errors

Hi all,

On the app I'm having trouble making remote backups work as well as searching. It's giving me these errors:

Error in runInIsolateGentle for remote-sync from IsolateLogger:

ApiException 301: Failed to get sync stream: <html>
<head><title>301 Moved Permanently</title></head>
<body>
<center><h1>301 Moved Permanently</h1></center>
<hr><center>openresty</center>
</body>
</html>


Failed to search for assets from SearchService

FormatException: Unexpected character (at character 1)
<html>
^

and this one shows up whenever I open the app

From AuthGuard:

Error validating access token from server: FormatException: Unexpected character (at character 1)
<html>
^


Running on Unraid and using NPM with custom headers. I've been trying different configurations for the headers and haven't found a solution.
Was this page helpful?