Hey guys, i'm trying to setup my sandbox env after...
# suitecommerce
t
Hey guys, i'm trying to setup my sandbox env after a refresh. I did the following (that's what i've been told to do, which worked multiple times in the past): 1. create a new domain (CNAME already existing, deployment, DNS and cert are checked) 2. changed the domain in the SC Configuration record 3. changed the domain in the SC ExtMech Activation record 4. tried to re-activate the extensions without any changings Unfortunately this fails at the configuration step with the following message:
{"type":"error.SuiteScriptError","name":"31711","message":"file.load: Missing a required argument: id","stack":["createError(N/error)"],"cause":{"message":"file.load: Missing a required argument: id","stack":["createError(N/error)","map(/SuiteBundles/Bundle 374045/ExtensionMechanism.Server/CompilersMapReduce/ConfigurationCompilerMapReduce.js:159)","createError(N/error)"],"name":"31711"},"id":"","notifyOff":false,"userFacing":true}
This is the file.load of the configuration_compiler... In prod i can activate without problems. Any idea what's going on on the SB?