Missing images when using kirby/router.php

Hello together,

after Apple was so kind destroying my local web development with the new macOS again, I have started experimenting with kirby/router.php for local editing.

I have started the router.php with:

php -S localhost:8000 -t $SCRIPT_DIR/pwwebsite $SCRIPT_DIR/pwwebsite/kirby/router.php

First attempt was without any css – I could fix that in my config file with:

‘schnti.cachebuster.active’ => false

Now, the website runs fine, but I don’t get images from any local folder. There is some caching setting I can not find.

Can anyone help me? Thanks!

I was able to solve the problem myself: The media folder had wrong access rights.