fendle
1
Hi,
I wanted to change the APP_URL, as I am using now a dynamic dns.
This are my steps, what I did:
- Changed the APP_URL in ENV
- Forced a rebuild docker compose up -d --build --force-recreate
- Run: docker-compose execapp php artisan optimize
But still the old url is used for pdf download. I had already before the issue, but afters some recreation the new url was taken over.
How can I force, that the new app url is used for the pdf download?
Thanks
hillel
2
Hi,
@david can you please advise?
fendle
3
It would be great if someone knows a solution 
fendle
5
Where I can see this screen?
hillel
6
Click the about button in the lower left corner of the Flutter app and then click health check.
fendle
7
Thanks, I found it but didn’t helped. I tried as well a force recreate
docker-compose up -d --force-recreate --no-deps --build