Vinzenz Rosenkranz

Results 64 comments of Vinzenz Rosenkranz

Holy ... 😅 It was almost 5 years ago and I haven't touched android development in a long time. I can't even tell you if I still have the code...

Good question. I've only messing around with a couple of android features several years ago. I can't remember if/how I fixed this problem. So I can't really help you. Sorry!

Hey there, I have several nc instances running, that's why I develop my apps for nc. Since the split of oc and nc I don't have a oc instance anymore...

Until there is a new release I added this to `composer.json` to finally update to Laravel 9: ```json "require": { ..., "bosnadev/database": "dev-master as 0.21.1", ... }, "repositories": [ ...,...

@robertosanval Glad I could help :blush: Was about to give up for the week, but found that little composer trick :rocket: :sunglasses:

Hello @goniszewski Thanks for your fast reply. I already tried that version after it came out :wink: Edit: Is it enough to run `docker-compose pull`? Or should I checkout the...

> Sorry I kept you waiting for so long! No problem at all! :heart: Really appreciate your help! Is there a specific log file inside the container? `docker-compose logs` doesn't...

I left `PUBLIC_POCKETBASE_URL` empty and now the initial error is gone! :tada: **BUT** When trying to add a new user and I click on "Sign up" nothing happens in the...

I didn't set anything, but I tried to set it to the value from your `Dockerfile`. Still the same error with 0 bytes

Ok, thanks for the info. Then I'll dig into traefik to find my problem. Should I keep this issue open? Feel free to close it :) I'll add a new...