Moving from 7.4.8 to 8.2.0

Hi everybodies,
I’m trying to move my existent solution developed with 7.4.8 into the new 8.2
It’s a web client based solution.
Everything is fine in the developer but when I export my solution and import it in the new application server, custom styles aren’t considered…

What I’ve done is :

  • Installation and configuration of the new application server
  • Test it in developer and ensure everything is ok
  • Importing the new solution created with 8.2
  • Copying the old css version files into the new installation path at …/servoy-webclient/templates/new_css_name, still using the instruction
application.putClientProperty(APP_WEB_PROPERTY.WEBCLIENT_TEMPLATES_DIR, 'new_css_name');

But it always get the old default style and css

Do you think is there something I forgot to do or is there something else to do in the new version?
I’m going crazy with this…
Thx in advance

Looking at the browser’s console it’s clear the problem is the server cannot find the resource at the URI provided (error 404)

(XHR)GET - http://xxx.xxx.xxx.xxx:8080/servoy-webclient/templates/desired_style/servoy_web_client_default.css

But the resource is currently existing in the ad hoc created folder desired_style under …/servoy-webclient/templates.
Moreover I’ve exactly replied the same structure I used in the previous version, where everything is still working…