Page icon in manifest not working

Hello community ,
I have successfully changed the icon of the app by adding this to manifest

icon: resource:main;assets/logo.png

however when i wanted to change pages icons with the following code

    pages:
        - title: Home
          route: /home
          icon: resource:main;assets/homeIcon.png

I get a missing icon
image
Any thoughts ?

1 Like

Resolved a similar issues here: Issue with Displaying Icons in Custom UI Application - #6 by AaronCollier
Resources aren’t available for icons for pages like these.