Andrey Myasoedov
Andrey Myasoedov
Is there any way to process app proxy requests? Tried the following and it is 'undefined' session: ` router.get("/proxy_path", async (ctx) => { ` ` let isOnline = false; `...
Hello, Eric. Thank you for your great tool! We have a lot of pages (page.sections* etc), but in dist/snippets/script-tags it is only a single page script including allowed: {%- if...
Hi, Guys! I have an issue with query like this: ``` SELECT i.*, array_agg(m.name) as motifs, array_agg(m.global_art_style) as global_art_style, array_agg(m.styles) as styles FROM public."Location" as i LEFT JOIN public."Motif" AS...
I am trying to connect images to my object with sudo context. Used the following code: ``` const context = req.KeystoneContext; const localDb = context.sudo().db; try { await localDb.Motif.updateOne({ where:...
### Steps to reproduce the problem - Configure your Keystonejs for use DigitalOcean Spaces bucket as storage. - Try to upload something - Check link provided - You will see...
Hello, Guys! I've tried to upload an image via backend api, but not luck. So, I have local image, getting it as stream, then creating Upload instance. I've used the...