Logo for Tasklist

I’m trying to add a custom logo to tasklist. For the background-image url in user-styles.css, do we give a static path such as $CAMUNDA/server/apache-tomcat-9.0.19/webapps/camunda/app/tasklist/assets/images/logo.png or do I need to deploy the logo and formulate the path?
I tried a static path and could see that I get the following error:

Failed to load resource: http://server_url:8080/camunda/api/admin/auth/user/default
the server responded with a status of 404 ()
Failed to load resource: the server responded with a status of 404 ()

Is this a permission issue or the path is to be defined in adifferent way?

Hi @etp

Try the following

url(../assets/images/logo.png)