Skip to content

Commit

Permalink
Merge pull request #272 from humhub/270-cant-access-remembered-site-w…
Browse files Browse the repository at this point in the history
…here-humhub-runs-in-a-subdirectory

Run instance with startURL instead of baseURL
  • Loading branch information
marc-farre authored Jan 23, 2025
2 parents 7563df5 + 79e4d62 commit 97d4c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pages/web_view.dart
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class WebViewAppState extends ConsumerState<WebView> {
UniversalOpenerController controller = args;
ref.read(humHubProvider).setInstance(controller.humhub);
_manifest = controller.humhub.manifest!;
url = controller.url;
url = _manifest.startUrl;
}
if (args == null) {
_manifest = m.MyRouter.initParams;
Expand Down

0 comments on commit 97d4c65

Please sign in to comment.