Gavin Cai
Gavin Cai
@ITKing80 Hi I have the same issue. the background mode only runs for about 5 mins, then the app is not running anymore, anyone has a solution?
@WaterNewt I'm having the same issue, did you figure out the solution ? thanks
After changing to `let [Core, Model] = req.model[0].split(".")` I experienced a new issue: ``` let [Core, Model] = req.model[0].split(".") ^ TypeError: Cannot read properties of undefined (reading '0') at Dalai.query...