Flowable.modeler.app.deployment-api-url Not working

i am trying to make Flowable UI publish an app to Flowable REST application using
flowable.modeler.app.deployment-api-url Property as described in docs

but when running Flowable UI , i get this error

2023-10-02 15:49:22.955  INFO 21988 --- [      Thread-15] o.f.j.s.i.a.AcquireTimerJobsRunnable     : starting to acquire async jobs due for engine bpmn
2023-10-02 15:49:22.955  INFO 21988 --- [      Thread-16] o.f.j.s.i.a.ResetExpiredJobsRunnable     : starting to reset expired jobs for engine bpmn
2023-10-02 15:49:22.992  INFO 21988 --- [           main] o.flowable.ui.idm.conf.IdmBootstrapper   : No admin user found, initializing default entities
2023-10-02 15:49:23.068  INFO 21988 --- [           main] o.f.ui.task.conf.TaskBootstrapper        : Migrated 0 app deployments
2023-10-02 15:49:23.069  INFO 21988 --- [           main] o.f.u.a.d.g.MinimalDataGenerator         : Verifying if minimal data is present
2023-10-02 15:49:23.082  INFO 21988 --- [           main] o.f.u.a.d.g.MinimalDataGenerator         : No server configurations found, creating default server configurations
2023-10-02 15:49:23.093  INFO 21988 --- [           main] o.f.u.application.FlowableUiApplication  : Started FlowableUiApplication in 15.508 seconds (JVM running for 42.35)
2023-10-02 15:49:23.116 ERROR 21988 --- [           main] o.s.b.c.p.m.PropertiesMigrationListener  :
The use of configuration keys that are no longer supported was found in the environment:

Property source 'flowableDefaultConfig: [classpath:/flowable-default.properties]':
        Key: flowable.modeler.app.deployment-api-url
                Line: 19
                Reason: Property is not used anymore.


Please refer to the release notes or reference guide for potential alternatives.

2023-10-02 15:49:23.126  INFO 21988 --- [           main] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'Flowable IDM App Servlet'
2023-10-02 15:49:23.237  INFO 21988 --- [           main] o.s.web.servlet.DispatcherServlet        : Completed initialization in 111 ms
2023-10-02 15:49:23.238  INFO 21988 --- [           main] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'Flowable Admin App'
2023-10-02 15:49:23.484  INFO 21988 --- [           main] o.s.web.servlet.DispatcherServlet        : Completed initialization in 246 ms
2023-10-02 15:49:23.485  INFO 21988 --- [           main] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'Flowable Modeler App Servlet'
2023-10-02 15:49:23.655  INFO 21988 --- [           main] o.s.web.servlet.DispatcherServlet        : Completed initialization in 170 ms
2023-10-02 15:49:23.655  INFO 21988 --- [           main] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'Flowable Modeler App API Servlet'
2023-10-02 15:49:23.705  INFO 21988 --- [           main] o.s.web.servlet.DispatcherServlet        : Completed initialization in 50 ms
2023-10-02 15:49:23.705  INFO 21988 --- [           main] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'Flowable IDM App API Servlet'
2023-10-02 15:49:23.759  INFO 21988 --- [           main] o.s.web.servlet.DispatcherServlet        : Completed initialization in 54 ms

Hello @amryadam,
i think this is because the new prefixes:

Thank for reply @kevin.klever
the docs refers for migration from Angular-based Design to React-based Design , but i tried it anyway but it didn’t work