We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc173c commit ec32cd4Copy full SHA for ec32cd4
server.ts
@@ -323,7 +323,7 @@ function clientSideRender(req, res) {
323
);
324
325
// Replace REST URL with UI URL
326
- if (environment.universal.replaceRestUrl && REST_BASE_URL !== environment.rest.baseUrl) {
+ if (environment.ssr.replaceRestUrl && REST_BASE_URL !== environment.rest.baseUrl) {
327
html = html.replace(new RegExp(REST_BASE_URL, 'g'), environment.rest.baseUrl);
328
}
329
0 commit comments