#Model not found error in ember engine

1 messages · Page 1 of 1 (latest)

ripe bramble
#

Hi team i have ember engine and using in-repo addon
if i try to find record(model present in the addon) i am getting the below error

whereas if i load the inrepo addon in the app it is working fine

can someone please help this thanks in advance

    at Store.modelFor (-private.js:10098:1)
    at _findAll (-private.js:6840:1)
    at Store._fetchAll (-private.js:8832:1)
    at Store.findAll (-private.js:8809:1)
    at GamificationRoute.afterModel (game-projectorboard.js:38:1)
    at UnresolvedRouteInfoByParam.runAfterModelHook (router_js.js:680:1)
    at router_js.js:592:1
    at invokeCallback (rsvp.js:434:1)
    at publish (rsvp.js:420:1)
    at rsvp.js:17:1```
#

Model not found error in ember engine