Flomp
Flomp
I currently cannot replicate the problem in any browser. Are there any errors in the dev console?
And enabling WebGL fixes the problem?
 I have disabled WebGL by setting `webgl.disabled=true` in my firefox about:config. I can now see the error, which is expected because the 3D Model cannot load. However, this does...
Thanks for the report. I was able to fix the bug, that imported trails are not showing up in map view. This will be fixed with the next patch. However,...
I understand. I will add a date field to the trails and add a filter for it. I like the idea of the calendar!
Calendar added in v0.10.0.
Turns out SvelteKit has a body size limit that I didn't know about: https://kit.svelte.dev/docs/adapter-node#environment-variables-bodysizelimit You should be able to add a `BODY_SIZE_LIMIT: Infinity` to the environment section of the wanderer-web...
Ah, I see what's happening. The good news is you solved the frontend file size issue. The bad news is you are running into the backend file size limit. Currently,...
I politely disagree with the suggested paradigm change. PocketBase stores the database and the stored data separately. You can check that for yourself: in your `pb_data` folder you will find...
It is absolutely not a problem to increase the max file size in pocketbase. However, I consider 5MB to be a reasonable size for most photos. In case you would...