Nightelf9
Nightelf9
Explore posts from servers
IImmich
Created by Nightelf9 on 3/19/2025 in #help-desk-support
iOS app: Error while getting remote assets and FlutterError - Catch all
I used a docker compose yaml file instead of the truenas App Store install and mapped media volumes
25 replies
IImmich
Created by Nightelf9 on 3/19/2025 in #help-desk-support
iOS app: Error while getting remote assets and FlutterError - Catch all
I created a new instance of Immich and restored a backup. npm and Immich stack are on same docker network but I still get error 504. Is the corruption in the db? Maybe I need to start fresh?
25 replies
IImmich
Created by Nightelf9 on 3/19/2025 in #help-desk-support
iOS app: Error while getting remote assets and FlutterError - Catch all
Im also using authentik OIDC if that matters
25 replies
IImmich
Created by Nightelf9 on 3/19/2025 in #help-desk-support
iOS app: Error while getting remote assets and FlutterError - Catch all
No description
25 replies
IImmich
Created by Nightelf9 on 3/19/2025 in #help-desk-support
iOS app: Error while getting remote assets and FlutterError - Catch all
client_max_body_size 50000M; proxy_set_header Host $http_host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_redirect off; proxy_connect_timeout 600s; proxy_read_timeout 600s; proxy_send_timeout 600s; send_timeout 600s;
25 replies
IImmich
Created by Nightelf9 on 3/19/2025 in #help-desk-support
iOS app: Error while getting remote assets and FlutterError - Catch all
No description
25 replies
IImmich
Created by Nightelf9 on 3/19/2025 in #help-desk-support
iOS app: Error while getting remote assets and FlutterError - Catch all
I kept it in the foreground overnight (set the lock timer to “never”) and after 12 hours the refresh icon next to Photos on the bottom left finally stopped. I have around 400k photos. Thanks for your help!
25 replies
IImmich
Created by Nightelf9 on 3/19/2025 in #help-desk-support
iOS app: Error while getting remote assets and FlutterError - Catch all
Yes the app is in the background
25 replies
IImmich
Created by Nightelf9 on 3/19/2025 in #help-desk-support
iOS app: Error while getting remote assets and FlutterError - Catch all
Thanks I’ve DM’d it to you
25 replies
CDCloudflare Developers
Created by Nightelf9 on 3/2/2024 in #pages-help
how to query DB from frontend using pages and D1
i figured it out - instead of doing the querying in the serverside DB.js code in the functions folder I did all the filtering searching in the javascript.js <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>SQL Test</title> <link rel="stylesheet" href="stylesheet.css"> </head> <body> <h1>Search Customers</h1> <label for="companyName">Enter Company Name:</label> <input type="text" id="companyNameInput" placeholder="Type company name..."> <button id="searchButton">Search</button>
<div id="resultsContainer"></div> <script src="./javascript.js"></script> </body> </html> i inputted a search for the company name and it then inputted that as a variable into the code to find the arrays/objects with the company = searchinput
2 replies
CDCloudflare Developers
Created by Nightelf9 on 1/6/2024 in #d1-database
hey guys im a beginner and am trying to
thanks for all your help
4 replies
CDCloudflare Developers
Created by Nightelf9 on 1/6/2024 in #d1-database
hey guys im a beginner and am trying to
No description
4 replies
CDCloudflare Developers
Created by Nightelf9 on 1/6/2024 in #d1-database
hey guys im a beginner and am trying to
No description
4 replies
CDCloudflare Developers
Created by Nightelf9 on 1/6/2024 in #d1-database
hey guys im a beginner and am trying to
thanks! would it be
const response = await fetch("/functions/getAnimals", { as its in the functions directory?
4 replies