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 7c26d04 commit 263b3f4Copy full SHA for 263b3f4
app/src/store/views/appView.ts
@@ -80,7 +80,7 @@ export default class AppView {
80
81
/** Change to the Connect page */
82
goToConnect() {
83
- this.goTo('/connect');
+ this.goTo(`${PUBLIC_URL}/connect`);
84
this._store.settingsStore.autoCollapseSidebar();
85
this._store.log.info('Go to the Connect page');
86
}
0 commit comments