Samuel Amoah
Samuel Amoah
Hey @SgnvJaber ... thanks for opening this issue, I'll investigate this. To help, can you provide your machine specs and browser information?
hi, Any updates on this? I would be really helpful to have the promise support? Thanks
@Seiji-myant I created a fork and added the promise support... you can check it [here](https://github.com/snamoah/dynogels-promise)
@reduxdj have you tried an upgrade?
Hi @reduxdj take the widget section out of your admin_config.coffee
@Maay the meteor admin routes are structured so: "/admin/{collectionName}/edit" for edit and "/admin/{collectionName}/ for view_all. From your pathFor, it looks like you left out the 's' in Posts collection name
@Maay have you tried specifying the url directly without pathFor; as in ` EDIT `
@Maay can you paste the error you're getting with the initial code... I'm still not getting you
created a package https://www.npmjs.com/package/dynogels-promise that has the updated versions and also, fixed the vulnerability issues with the core package, dynogels. You can easily replace it with this package and would...