fix: Hide "Issues connecting?" on Splash Screen if no URL set - #1159
Open
Taarek wants to merge 11 commits into
Open
fix: Hide "Issues connecting?" on Splash Screen if no URL set#1159Taarek wants to merge 11 commits into
Taarek wants to merge 11 commits into
Conversation
The app polls in the background for any active incidents or planned maintenance, this is not needed for self hosted instances, so now it checks this and doesn't run the background pollings if isSelfHosted is `true`
BREAKING CHANGE: This does introduce a breaking change for the official instance, as it will hide the "Issue connecting?" component if the new config variable is not set
Jiralite
requested changes
Jul 1, 2026
Collaborator
There was a problem hiding this comment.
- These need to be added to packages/config/src/config_loader/EnvironmentOverrides.ts
- fluxer_app/src/features/user/state/StatusPage.ts polls hard-coded
ExternalUrls.SERVICE_STATUSstill. It will also fetch maintenance from that hard-coded value too. For correctness, let's swap them to the definedRuntimeConfig.statusPageUrlvalue. This is mainly a code correctness issue for the main instance where it will pointlessly poll if the main instance does not have one set - Please run the OpenAPI script generators. When schemas are updated, the JSON files need to be updated too (
pnpm run openapi:generate)
Jiralite
approved these changes
Jul 1, 2026
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Verification
Checklist
LLM Disclosure
closes #1259