Skip to content

Fix server-side rendering of scrolled entries#2447

Merged
tf merged 1 commit into
codevise:masterfrom
tf:url-ssr-fix
Jul 14, 2026
Merged

Fix server-side rendering of scrolled entries#2447
tf merged 1 commit into
codevise:masterfrom
tf:url-ssr-fix

Conversation

@tf

@tf tf commented Jul 14, 2026

Copy link
Copy Markdown
Member

Targeting modern browsers stopped core-js from polyfilling URL, but the server-side rendering runtime (ExecJS) has no native URL, so prerendering crashed with "URL is not defined". Provide it from core-js-pure, which the browser-targeted transforms leave intact.

REDMINE-21330

Targeting modern browsers stopped core-js from polyfilling URL,
but the server-side rendering runtime (ExecJS) has no native URL,
so prerendering crashed with "URL is not defined". Provide it from
core-js-pure, which the browser-targeted transforms leave intact.

REDMINE-21330
@tf tf added this to the v17.2 milestone Jul 14, 2026
@tf
tf merged commit 0061259 into codevise:master Jul 14, 2026
18 checks passed
@tf
tf deleted the url-ssr-fix branch July 14, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant