qfieldcloud
qfieldcloud copied to clipboard
QFieldCloud allows seamless synchronization of your field data with your spatial infrastructure with change tracking, team management and online-offline work capabilities in QField.
If one open the page relating to a PERSON and click on "View on site" , the following error occurs:  Introduced by: https://github.com/opengisch/qfieldcloud/commit/c0304bc57dc952e00521fa1b3a36ddfcd833a62a
Hi, I have synchronize 2 differents projects and a lot of the data import in QGIS aren't correctly located. But in the "changes" window on the site QfieldCloud they are...
Dear all, we have trouble syncing a project. The project is packed but not delivered to the user. It fail with: * `Failed to get packaged data` * `Failed to...
In the docker compose files `scale:` is used, which is deprecated: ``` WARN[0000] `scale` is deprecated. Use the `deploy.replicas` element ``` This PR replaces it with deploy.replicas. Since docker 1.18...
Related to #570 #324. I improved the `DeltaException` message to see what is going on and why the deltas fail erratically. I don't know QGIS Python well and wonder is...
Some more improvements to sentry: - ~minor improvement to exception handler (log 4xx as info, 5xx as exceptions)~ Actually, they could still indicate some serious issues e.g. in QField (for...
I hope the migration is self explanatory.
All my packaging jobs on a self hosted instance are finishing, but when trying to pull the project in the app I always get the following error: ERROR Invalid job...
Greetings, I'm just doing some tests with QField and I had an offline version of a project and a qfieldcloud version. I made the change to the offline version, then...
### Expected behavior It should either be rejected with basic alphanumeric-whitelisting input sanitization or converted into a username (using URI regex, not API). ### Screenshots and GIFs  ### Additional...