Eugene Gavrilov
Eugene Gavrilov
The issue is in copying the attributes inside `no-update` modifier: https://github.com/marko-js/marko/blob/ab1d038070e1eb23323d0b790e68489ade280c3e/packages/translator-default/src/tag/attribute/modifiers/no-update.js#L21 https://github.com/marko-js/marko/blob/ab1d038070e1eb23323d0b790e68489ade280c3e/packages/marko/src/runtime/vdom/preserve-attrs.js#L6 If the `no-update` modifier comes first than scoped attribute has correct value: ```html Input ```
I would appreciate if you could test nginx config from this PR to be sure I'm not missing anything https://github.com/hcengineering/huly-selfhost/pull/32
I created a docker compose config to run on custom domain with Nginx. SSL should be configured separately. https://github.com/hcengineering/huly-selfhost/pull/32