Follow-up question to: How to change the default loading icon in a Python flet app?
Using the example app from the repo: https://github.com/flet-dev/examples/tree/main/python/apps/custom-loading-image
For some reason it does not work when I add port to my flet.app arguments. Any solutions?
flet.app(port=8080, target=main, assets_dir="assets", view=flet.WEB_BROWSER)