Does anybody know what `--source` JSON configurati...
# suitecommerce
j
Does anybody know what
--source
JSON configuration files are deployed with? I'm running into that stupid
[Error: The maximum number ( 100 ) of records allowed for a UPSERTLIST operation has been exceeded.]
So, normally, i just deploy the sources separately, but I don't know which
--source
they would be included in. I've uploaded all of them and my new configuration record isn't showing up. I've tried
gulp deploy --source configuration
, but that didn't seem to do anything either.
Turns out, my touchpoints were borked and since I'm running multiple environments on multiple domains, even my backend configuration files weren't being shown on the correct site because they were being overridden elsewhere.
In case anyone is curious/needs this info later