At the bottom of your project, you should see a file list. Did the files upload correctly? Are you able to download them manually?
Can you call the failed URL from your web browser?
Looks like your worker (which is actually processing your project) cannot reach your QFieldCloud application. From within your worker_wrapper container, try calling curl -v http://xxxxxxxxx.com:8000/api/v1/status/ to check if the app is reachable from within your Docker network.
Nice to see that you got the processing job to work!
I checked one of our production instances, and we also get the storage error on the status page for some reason. Users have been working with it for almost a year now without any issues, so I’m not sure what’s up with that.
I don’t think it’s a storage issue when you can upload and download files, and the processing job finishes successfully.
Do you not see the project at all in QField, or do you get an error message when trying to download it?
I’ve been investigating, and it seems the problem might be that QFieldCloud is configured to use MinIO with endpoint_url=http://127.0.0.1:9000.This is STORAGE in /home/qfield/app/.env
Yes, our instance appears to be fully functional despite the status page error.
From my experience, it’s unlikely to be a minIO connection issue if downloading manually works just fine, since the packager uses the same URLs to access your files.
Can you check if QFieldCloud creates a packaging job for your download attempt? Its logs could provide us with more insight into what is going on.
You can also view more detailed error logs in QField itself (but not as detailed as the job logs inside QFieldCloud).
After downloading the project failed, try opening a different project already available locally (e.g. one of the example projects). Then click the 3 dots above the map legend and select Message Log. The log is preserved between project loads unless you manually clear it.
Qfield Cloud doesn’t create a package process. The last one created was when I created the project, not when I tried to download from the Qfield app. The log I get in the app is the following. But I’m not entirely sure where the problem is coming from:
Downloading project `53155430-7065-41b7-8f46-15bb1fc85e76` finished with an error: Error retrieving the latest package data.
[QF/invalid_job] Invalid job…<br>[HTTP/400] https://myurl.com/api/v1/packages/53155430-7065-41b7-8f46-15bb1fc85e76/latest/?skip_metadata=1 Error server.{"code":"invalid_job","message":"Invalid job","debug":{"view":"","args":[],"kwargs":{"project_id":"53155430-7065-41b7-8<br>{"code":"invalid_job","message":"Invalid job","debug":{"view":"","args":[],"kwargs":{"project_id":"53155430-7065-41b7-8f46-15bb1fc85e76"},"request":"","detail":"Empty project package."}}<br>Error transferring https://myurl.com/api/v1/packages/53155430-7065-41b7-8f46-15bb1fc85e76/latest/?skip_metadata=1 - server replied: Bad Request