Cannot Preload , Value Of Is Undefined\n

[Solved] Cannot Preload , Value Of Is Undefined\n | Typescript - Code Explorer | yomemimo.com
Question : Cannot preload , value of is undefined\n

Answered by : augusto-vicente

// Checking for existence before preloading bypasses the error:
if(user.settingId)
{ await user.preload("setting")
}

Source : https://github.com/adonisjs/core/discussions/1904#discussioncomment-128167 | Last Update : Tue, 07 Dec 21

Answers related to Cannot preload , value of is undefined\n

Code Explorer Popular Question For Typescript