Hello all, I have a custom theme that I have recen...
# suitecommerce
c
Hello all, I have a custom theme that I have recently deployed and activated, and when I attempted to deploy some additional modifications, it forced me to re-enter the theme details (name, vendoer, etc.). If I enter in the details that are already there, I receive an error that the theme already exists. Has anyone else experienced this with a custom theme? I'm using SCEM 2020.2.2 with 2020.2.1 theme development tools. Thank you.
k
Did you try to fetch theme again, update your modifications and deploy it?
c
I did. I even attempted to create a new custom theme, fetch it and re-deploy. The same issue comes up.
k
I have had that kind of issue before, but the last approach worked for me. I dont have any other idea right now
c
No worries. Thank you for the suggestion.
s
I don't know what's causing that but if you just increment the version number, does that work?
c
I put some logging into the gulp process and noticed that the 'create' variable was coming through as true, which was forcing it to treat it as a new theme. I was able to deploy an update to the custom theme by adding the --update parameter to the command line. I was previously deploying with 'gulp theme:deploy'. This was for a sandbox account, so I'm not sure if that played into the issue.