An open API service for providing issue and pull request metadata for open source projects.

GitHub / vuejs/core issues and pull requests

Labelled with: scope: ssr

#13975 - fix(compiler-ssr): textarea with v-text directive SSR

Pull Request - State: open - Opened by alex-snezhko about 2 months ago - 5 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#13963 - fix(compiler-ssr): expand v-model `option` selected inclusion logic

Pull Request - State: open - Opened by alex-snezhko about 2 months ago - 5 comments
Labels: scope: ssr, :cake: p2-nice-to-have, wait changes

#13725 - fix(compiler-ssr): disable v-memo transform in ssr vdom fallback branch

Pull Request - State: closed - Opened by equt 4 months ago - 5 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#13539 - fix(compiler-ssr): add selected option attribute from select value

Pull Request - State: open - Opened by alex-snezhko 5 months ago - 5 comments
Labels: scope: ssr, has workaround, :hammer: p3-minor-bug, ready for review

#13487 - fix(ssr): handle initial selected state for select with v-model + v-for/v-if option

Pull Request - State: closed - Opened by edison1105 6 months ago - 4 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#13486 - `<option>` inside `<optgroup>` won't have `selected` attr in the SSR output

Issue - State: closed - Opened by n0099 6 months ago - 1 comment
Labels: scope: ssr, :hammer: p3-minor-bug

#13125 - fix(ssr): render `hidden` correctly

Pull Request - State: open - Opened by chirokas 8 months ago - 7 comments
Labels: ready to merge, scope: ssr, has workaround, :hammer: p3-minor-bug

#12829 - fix(compiler-ssr): resolve tag name from _attrs in transition group

Pull Request - State: open - Opened by edison1105 10 months ago - 2 comments
Labels: ready to merge, scope: ssr, :cake: p2-nice-to-have

#12828 - fix(compiler-ssr): transform v-bind shorthand for built-in components

Pull Request - State: open - Opened by KazariEX 10 months ago - 2 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#12601 - fix(ssr): handle error during ssr render call

Pull Request - State: open - Opened by edison1105 11 months ago - 2 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#12516 - fix(ssr): avoid merging style generated by vShow into `$attrs`

Pull Request - State: open - Opened by edison1105 12 months ago - 2 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#12441 - fix(ssr): properly init slots during ssr rendering

Pull Request - State: closed - Opened by edison1105 about 1 year ago - 3 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#12399 - fix(ssr): handle initial selected state for select with v-model + v-for option

Pull Request - State: closed - Opened by edison1105 about 1 year ago - 2 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#12399 - fix(ssr): handle initial selected state for select with v-model + v-for option

Pull Request - State: closed - Opened by edison1105 about 1 year ago - 2 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#12395 - select v-model does not set 'selected' attribute on option with v-for directive using SSR

Issue - State: closed - Opened by tirojal about 1 year ago - 2 comments
Labels: scope: ssr, :hammer: p3-minor-bug

#12363 - fix(ssr): avoid updating subtree of async component if it is resolved

Pull Request - State: closed - Opened by edison1105 about 1 year ago - 3 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#12362 - v-show causes async component child to be recreated in SSR mode

Issue - State: closed - Opened by aKzenT about 1 year ago
Labels: :lady_beetle: bug, scope: ssr, :hammer: p3-minor-bug

#12311 - fix(compiler-ssr): ensure v-text renders correctly with custom directives in SSR output

Pull Request - State: closed - Opened by mefcorvi about 1 year ago - 2 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug, regression

#12309 - v-text directive does not work after SSR if another custom directive is applied to the same element

Issue - State: closed - Opened by mefcorvi about 1 year ago - 1 comment
Labels: scope: ssr, :hammer: p3-minor-bug, regression

#12304 - fix(compiler-ssr): handle ssr attr fallthrough when preserve whitespace

Pull Request - State: open - Opened by edison1105 about 1 year ago - 2 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#12255 - fix(hydration): the component vnode's el should be updated when a mismatch occurs.

Pull Request - State: closed - Opened by linzhe141 about 1 year ago - 3 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#12253 - Rendering a component after a hydration mismatch throws an error

Issue - State: closed - Opened by angelov-a about 1 year ago - 1 comment
Labels: scope: ssr, :hammer: p3-minor-bug

#12175 - fix(ssr): avoid scopeId double inheritance when recursing components

Pull Request - State: open - Opened by yangxiuxiu1115 about 1 year ago - 5 comments
Labels: ready to merge, scope: ssr, :cake: p2-nice-to-have

#12171 - fix(compiler-ssr): ensure v-show has a higher priority in SSR

Pull Request - State: closed - Opened by linzhe141 about 1 year ago - 3 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#12171 - fix(ssr): v-show has a higher priority in SSR

Pull Request - State: open - Opened by linzhe141 about 1 year ago - 2 comments
Labels: ready to merge, scope: ssr, :cake: p2-nice-to-have

#12162 - [Bug]: hydration mismatch when having `v-show="false"` and `style="display: <any>"`

Issue - State: closed - Opened by OrbisK about 1 year ago - 3 comments
Labels: scope: ssr, has workaround, :hammer: p3-minor-bug

#12128 - fix(useId): ensure useId consistency when using serverPrefetch

Pull Request - State: closed - Opened by yangxiuxiu1115 about 1 year ago - 2 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#12128 - fix(useId): ensure useId consistency when using serverPrefetch

Pull Request - State: closed - Opened by yangxiuxiu1115 about 1 year ago - 2 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#12102 - `onServerPrefetch` causing unstable ids from `useId`, leading to hydration mismatches

Issue - State: closed - Opened by YaredFall about 1 year ago
Labels: scope: ssr, :hammer: p3-minor-bug

#12047 - fix(transition/ssr): make transition appear work with Suspense in SSR

Pull Request - State: open - Opened by edison1105 about 1 year ago - 2 comments
Labels: ready to merge, scope: transition, scope: ssr, :hammer: p3-minor-bug

#12047 - fix(transition/ssr): make transition appear work with Suspense in SSR

Pull Request - State: closed - Opened by edison1105 about 1 year ago - 2 comments
Labels: ready to merge, scope: transition, scope: ssr, :hammer: p3-minor-bug

#12046 - <Transition appear> seems not working on SSR

Issue - State: closed - Opened by liqueflies about 1 year ago - 2 comments
Labels: scope: transition, scope: ssr, :hammer: p3-minor-bug

#11925 - fix(runtime-core): unwatch should be callable during SSR

Pull Request - State: closed - Opened by deleteme about 1 year ago - 3 comments
Labels: :lady_beetle: bug, scope: ssr, :exclamation: p4-important, regression

#11925 - fix(runtime-core): unwatch should be callable during SSR

Pull Request - State: closed - Opened by deleteme about 1 year ago - 3 comments
Labels: :lady_beetle: bug, scope: ssr, :exclamation: p4-important, regression

#11874 - fix(compiler-ssr): handle newlines at the beginning of textarea content

Pull Request - State: closed - Opened by linzhe141 about 1 year ago - 4 comments
Labels: ready to merge, scope: ssr

#11874 - fix(compiler-ssr): handle newlines at the beginning of textarea content

Pull Request - State: closed - Opened by linzhe141 about 1 year ago - 5 comments
Labels: ready to merge, scope: ssr

#11873 - `<textarea>` triggers hydration error on whitespace

Issue - State: closed - Opened by danielroe about 1 year ago
Labels: :lady_beetle: bug, scope: ssr

#11825 - fix(Hydration): implement proper check for __asyncHydrate

Pull Request - State: closed - Opened by Tofandel about 1 year ago - 4 comments
Labels: ready to merge, scope: ssr

#11825 - fix(Hydration): implement proper check for __asyncHydrate

Pull Request - State: closed - Opened by Tofandel about 1 year ago - 4 comments
Labels: ready to merge, scope: ssr

#11784 - fix(cssVars): correctly escape double quotes in SSR

Pull Request - State: closed - Opened by edison1105 about 1 year ago - 2 comments
Labels: :lady_beetle: bug, ready to merge, scope: ssr, scope: sfc-style-vars

#11779 - computed style `v-bind` fails to parse block in SSR

Issue - State: closed - Opened by danielroe about 1 year ago - 1 comment
Labels: :lady_beetle: bug, scope: ssr, has workaround, scope: sfc-style-vars

#11772 - fix(hydration): handle text nodes with 0 during hydration

Pull Request - State: closed - Opened by edison1105 about 1 year ago - 2 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#11772 - fix(hydration): handle text nodes with 0 during hydration

Pull Request - State: closed - Opened by edison1105 about 1 year ago - 2 comments
Labels: ready to merge, scope: ssr, :hammer: p3-minor-bug

#11771 - (tsx) Vue SSR hydration error (`defineComponent`)

Issue - State: closed - Opened by ElYaiko about 1 year ago - 2 comments
Labels: :lady_beetle: bug, scope: ssr, has workaround, :hammer: p3-minor-bug

#11722 - fix(server-renderer): render `className` correctly

Pull Request - State: closed - Opened by KazariEX over 1 year ago - 2 comments
Labels: scope: ssr, :cake: p2-nice-to-have, ready for review

#11655 - fix(customElement): support set key on ceVNode

Pull Request - State: closed - Opened by edison1105 over 1 year ago - 2 comments
Labels: :lady_beetle: bug, scope: ssr, scope: custom elements, ready for review

#11641 - hydrating vue custom element with key prop will cause unexpected re-mount and lose parent context

Issue - State: closed - Opened by lejunyang over 1 year ago - 1 comment
Labels: scope: ssr, has workaround, :hammer: p3-minor-bug, scope: custom elements

#11515 - fix(ssr): don't render v-if comments in TransitionGroup + static tag

Pull Request - State: closed - Opened by edison1105 over 1 year ago - 1 comment
Labels: scope: transition, scope: ssr, :hammer: p3-minor-bug, ready for review

#11514 - TransitionGroup hydration mismatch

Issue - State: closed - Opened by fabkho over 1 year ago - 1 comment
Labels: scope: transition, scope: ssr, :hammer: p3-minor-bug

#11491 - fix(ssr): ensure content is valid when rendering normal slot

Pull Request - State: closed - Opened by nieyuyao over 1 year ago - 3 comments
Labels: scope: slots, scope: ssr, :hammer: p3-minor-bug, ready for review

#11491 - fix(ssr): ensure content is valid when rendering normal slot

Pull Request - State: closed - Opened by nieyuyao over 1 year ago - 3 comments
Labels: scope: slots, scope: ssr, :hammer: p3-minor-bug, ready for review

#11400 - throw TypeError when using Teleport

Issue - State: closed - Opened by AyatoEbata over 1 year ago - 7 comments
Labels: :lady_beetle: bug, scope: teleport, scope: ssr, regression

#11372 - SSR production mode, ref data binding :style loses responsiveness

Issue - State: closed - Opened by raxskle over 1 year ago
Labels: scope: ssr, :hammer: p3-minor-bug

#11326 - Hydration mismatch when using v-if="false" in nested <slot> of external component

Issue - State: closed - Opened by zzddlalala over 1 year ago
Labels: scope: slots, scope: ssr, :hammer: p3-minor-bug

#11230 - Conditional children inside an optional Teleport (with disabled) doesn't work

Issue - State: closed - Opened by TotomInc over 1 year ago
Labels: scope: teleport, scope: ssr, 🔩 p2-edge-case

#11012 - Hydration mismatch when using with JSX

Issue - State: closed - Opened by sxzz over 1 year ago - 2 comments
Labels: scope: ssr, :hammer: p3-minor-bug

#10893 - fix(server-renderer): Fix call to serverPrefetch in server renderer with an async setup

Pull Request - State: closed - Opened by deleteme over 1 year ago - 5 comments
Labels: ready to merge, scope: ssr

#10893 - fix(server-renderer): Fix call to serverPrefetch in server renderer with an async setup

Pull Request - State: closed - Opened by deleteme over 1 year ago - 5 comments
Labels: ready to merge, scope: ssr

#10667 - Suspense #fallback not work in defineOptions preFetch in ssr mode

Issue - State: closed - Opened by fengjac over 1 year ago - 2 comments
Labels: scope: suspense, scope: ssr

#10639 - feat(server-renderer): catch errors from all promises in unrollBuffer()

Pull Request - State: open - Opened by MichaelRoosz over 1 year ago
Labels: scope: ssr, version: minor, :cake: p2-nice-to-have

#10638 - fix(hydration): properly handle optimized mode during hydrate node

Pull Request - State: closed - Opened by edison1105 over 1 year ago - 3 comments
Labels: :lady_beetle: bug, scope: ssr, ready for review

#10638 - fix(hydration): properly handle optimized mode during hydrate node

Pull Request - State: closed - Opened by edison1105 over 1 year ago - 3 comments
Labels: :lady_beetle: bug, scope: ssr, ready for review

#10607 - Cannot read properties of null (reading 'insertBefore')

Issue - State: closed - Opened by ElMassimo over 1 year ago - 2 comments
Labels: scope: ssr, :hammer: p3-minor-bug

#10599 - fix(runtime-core): show hydration mismatch details for non-rectified mismatches too when __PROD_HYDRATION_MISMATCH_DETAILS__ is set

Pull Request - State: closed - Opened by brc-dd over 1 year ago - 1 comment
Labels: ready to merge, scope: ssr, :cake: p2-nice-to-have

#10599 - fix(runtime-core): show hydration mismatch details for non-rectified mismatches too when __PROD_HYDRATION_MISMATCH_DETAILS__ is set

Pull Request - State: closed - Opened by brc-dd over 1 year ago - 1 comment
Labels: ready to merge, scope: ssr, :cake: p2-nice-to-have

#10383 - Server performance degrades as more concurrent users hit an SSR-ed Vue app

Issue - State: closed - Opened by prashantpalikhe almost 2 years ago - 6 comments
Labels: scope: ssr

#10317 - Hydration style mismatch

Issue - State: closed - Opened by ilovedingle almost 2 years ago - 1 comment
Labels: :lady_beetle: bug, scope: ssr, regression

#10026 - getSSRProps has no access to vnode

Issue - State: closed - Opened by manniL almost 2 years ago - 6 comments
Labels: scope: ssr, has workaround

#9981 - In Astro SSG, scoped slots are breaking the build

Issue - State: closed - Opened by elevatebart almost 2 years ago
Labels: :lady_beetle: bug, scope: ssr, regression

#9933 - SSR + Slot inside TransitionGroup results in hydration mismatch

Issue - State: closed - Opened by logotip4ik almost 2 years ago - 2 comments
Labels: :lady_beetle: bug, scope: transition, scope: ssr

#9832 - `<Transition appear>` breaks click event listener

Issue - State: closed - Opened by CernyMatej almost 2 years ago - 2 comments
Labels: :lady_beetle: bug, scope: transition, scope: ssr

#9786 - v-show does not work when used on a component that is slotted into a parent component with custom render function

Issue - State: closed - Opened by prashantpalikhe almost 2 years ago - 2 comments
Labels: :lady_beetle: bug, scope: ssr

#9531 - Nuxt3 Entry.js tagName.toLowerCase() Error

Issue - State: closed - Opened by jacky-yanglei about 2 years ago - 4 comments
Labels: need more info, scope: ssr, regression

#9431 - fix(ssr): properly resolve suspense in teleport

Pull Request - State: open - Opened by edison1105 about 2 years ago - 1 comment
Labels: scope: suspense, scope: ssr, ready for review

#9403 - fix(hydration): log hydration error even when using async components

Pull Request - State: closed - Opened by RodrigoProjects about 2 years ago - 2 comments
Labels: scope: ssr, :hammer: p3-minor-bug

#9403 - fix(hydration): log hydration error even when using async components

Pull Request - State: closed - Opened by RodrigoProjects about 2 years ago - 2 comments
Labels: scope: ssr, :hammer: p3-minor-bug

#9399 - fix(ssr): Using teleport disabled causes mismatch

Pull Request - State: closed - Opened by pikax about 2 years ago - 4 comments
Labels: scope: teleport, scope: ssr, :exclamation: p4-important, ready for review

#9369 - Hydration mismatch error is not shown if the mismatch is caused by an Async Component

Issue - State: closed - Opened by RodrigoProjects about 2 years ago - 4 comments
Labels: scope: ssr, 🔩 p2-edge-case

#9328 - fix: hydration `__vnode` missing

Pull Request - State: closed - Opened by antfu about 2 years ago - 4 comments
Labels: ready to merge, scope: ssr, 🔩 p2-edge-case

#9229 - Hydration error with \r in text #23234

Issue - State: open - Opened by gibkigonzo about 2 years ago
Labels: :lady_beetle: bug, scope: ssr

#9089 - fix(runtime-core): swap client/server debug labels

Pull Request - State: open - Opened by danielroe over 2 years ago - 1 comment
Labels: ready to merge, scope: ssr

#9083 - fix(hydration): force patch dynamic props when hydrating

Pull Request - State: open - Opened by baiwusanyu-c over 2 years ago - 3 comments
Labels: :lady_beetle: bug, ready to merge, scope: ssr

#9044 - When using dom hydrate, the style performance is inconsistent with the dom performance

Issue - State: open - Opened by xianfeng95 over 2 years ago - 1 comment
Labels: scope: ssr, 🔩 p2-edge-case

#8859 - feat(ssr): transition appear work with SSR

Pull Request - State: closed - Opened by edison1105 over 2 years ago - 2 comments
Labels: scope: transition, scope: ssr, :exclamation: p4-important, ready for review

#8497 - fix(server-renderer): Make sure dir is defined

Pull Request - State: open - Opened by GalacticHypernova over 2 years ago - 3 comments
Labels: need test, scope: ssr, wait changes

#8389 - feat(hydration): added mismatched hook

Pull Request - State: open - Opened by baiwusanyu-c over 2 years ago - 3 comments
Labels: :sparkles: feature request, scope: ssr, version: minor

#8112 - getSSRProps return value does not pass down innerHTML as dom props

Issue - State: closed - Opened by henkvhest over 2 years ago - 4 comments
Labels: scope: ssr

#8110 - Hydration mismatch when custom element contains child node

Issue - State: closed - Opened by dritter over 2 years ago - 2 comments
Labels: scope: ssr, scope: custom elements

#8072 - Attribute are not applied to a child component when SSR-ed with compiler option `whitespace: 'preserve'`

Issue - State: open - Opened by bill876 over 2 years ago - 1 comment
Labels: scope: ssr, :hammer: p3-minor-bug

#7947 - Allow disabling or clearing of compile cache in SSR render

Issue - State: open - Opened by aKzenT over 2 years ago - 2 comments
Labels: :sparkles: feature request, scope: ssr

#7876 - `renderToString()` swallows errors

Issue - State: closed - Opened by brillout over 2 years ago - 9 comments
Labels: scope: ssr, has workaround, :hammer: p3-minor-bug

#7823 - Unescaped character in CSS variable name when using css v-bind() during SSR dev

Issue - State: closed - Opened by loicpennequin over 2 years ago - 1 comment
Labels: :lady_beetle: bug, scope: ssr, 🔩 p2-edge-case, scope: sfc-style-vars

#7800 - Props state is not synced to the client from SSR when changed in onBeforeMount hook

Issue - State: closed - Opened by AndrewBogdanovTSS almost 3 years ago - 3 comments
Labels: scope: ssr, :cake: p2-nice-to-have

#7776 - fix(hydration): Use decodeHtml when vnode is of text type

Pull Request - State: open - Opened by baiwusanyu-c almost 3 years ago - 7 comments
Labels: scope: ssr, wait changes

#7775 - SSR: CSS variable with quotes causes [Vue warn]: Hydration text mismatch

Issue - State: open - Opened by thekonz almost 3 years ago - 2 comments
Labels: scope: ssr, 🔩 p2-edge-case

#7733 - Current instance is not unset after error in data() on SSR

Issue - State: closed - Opened by DrPhil almost 3 years ago - 2 comments
Labels: :lady_beetle: bug, scope: ssr, :hammer: p3-minor-bug

#7706 - HMR not working after failed hydration

Issue - State: closed - Opened by dmtkpv almost 3 years ago - 1 comment
Labels: scope: hmr, scope: ssr

#7660 - fix (server-renderer): stability - stop server crashing with unhandled promise rejection

Pull Request - State: open - Opened by peteclark82 almost 3 years ago
Labels: ready to merge, scope: ssr, :cake: p2-nice-to-have

#7644 - `_cache` is not initialised in SSR

Issue - State: closed - Opened by danielroe almost 3 years ago
Labels: scope: ssr, has PR

#7554 - TransitionGroup is missing the style scope attribute on SSR

Issue - State: closed - Opened by posva almost 3 years ago
Labels: :lady_beetle: bug, scope: transition, scope: ssr, has PR, :exclamation: p4-important, regression