Hey Folks. I thought this was resolved by adding dummy models to my page so that Skuid could find the metadata for all the models that I need to create dynamically, but apparently that doesn’t work now that Spring 21 is in full effect.
What would cause a model to default back to “salesforce” as a dataSource instead of the defined datasource on a public site, but not anywhere else?
modelObj is getting defined correctly, with dataSource: “siteSalesforce” on a public site.
But when I call skuid.model.Model(modelObj) the dataSource for the resulting model is “salesforce”, not “siteSalesforce,” which doesn’t work on a public site.