You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i'm developing a private package. I'm using api.use('orionjs:[email protected]'); and api.imply('orionjs:[email protected]'); i also api.export('orion');. I definde a new orion collection inside the package. The collection appears in /admin but when i click on it, i see an empty screen. The table didn't load, there is no error in console. If i do a MyCollection.find().fetch() inside the browser console, i can see all the records. What am i missing?
The text was updated successfully, but these errors were encountered:
Hi, i'm developing a private package. I'm using
api.use('orionjs:[email protected]');
andapi.imply('orionjs:[email protected]');
i alsoapi.export('orion');
. I definde a new orion collection inside the package. The collection appears in /admin but when i click on it, i see an empty screen. The table didn't load, there is no error in console. If i do aMyCollection.find().fetch()
inside the browser console, i can see all the records. What am i missing?The text was updated successfully, but these errors were encountered: