Unable to run both sca dev rool and theme dev tool...
# suitecommerce
s
Unable to run both sca dev rool and theme dev tool at same time in 19.2. Any workarounds for this ? I tried with the docs provided for 19.1,but still have the same issue.
s
No, this is not a supported use case.
s
@Steve Goldberg then what shall i do ?
To run both at same time.
s
It's not a supported use case
So you can't
You should evaluate your development practices to understand why you are trying to do this. We don't consider it good development practice.
s
@Steve Goldberg i tried to run both sca dev tool and theme dev tool at same time in local,and both of theme were running on same port i.e 7777. So which tool completes compilation at last only that file works on browser.
I mean if i run dev tool 1st and then run theme dev tool, browser only shows local template and css files not ts/js files. When i stop theme dev tool and only run sca dev tool, then it uses the local js files and fetches theme from production.
Is it an issue in 19.2 or i am the one who is doing wrong ?
s
This is a relatively recent change in the sense that we never truly supported it, it was an emergent feature in earlier versions that now no longer exists.
s
@Steve Goldberg thanks sir..sorry for repeating. all tools after this version onwards will work individually. I mean we can only run one to at a time .
s
You can only run one at a time. You should be doing as much as customisation as possible through the extension developer tools. The SCA developer tools should only be used when you have exhausted all other forms of customisation.