Ryam BaCo
Ryam BaCo
Also experiencing the same issue. I could partially fix it by also setting the request headers in client.js at the function HAL.Http.Client.prototype.request but I wasn't able to fix all the...
Yes, we got this working for pieces and pages in the same project.
Hey there, after a few months with more Apostrophe-knowledge one possible workaround is to write your own getter in api/index.js, like for instance: ``` module.exports = { construct: function (self,...
Thank you for your feedback! I managed to make it work by the workaround of using an attachment type instead of apostrophe-image, but good to know that it's taken in...