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 791b022 commit 6ae5f98Copy full SHA for 6ae5f98
server.ts
@@ -322,7 +322,7 @@ function clientSideRender(req, res) {
322
);
323
324
// Replace REST URL with UI URL
325
- if (environment.universal.replaceRestUrl && REST_BASE_URL !== environment.rest.baseUrl) {
+ if (environment.ssr.replaceRestUrl && REST_BASE_URL !== environment.rest.baseUrl) {
326
html = html.replace(new RegExp(REST_BASE_URL, 'g'), environment.rest.baseUrl);
327
}
328
0 commit comments