Skip to content

fix: resolve console errors on /imagine page#416

Merged
Movm merged 3 commits intotest-branchfrom
master
Jan 29, 2026
Merged

fix: resolve console errors on /imagine page#416
Movm merged 3 commits intotest-branchfrom
master

Conversation

@Movm
Copy link
Copy Markdown
Collaborator

@Movm Movm commented Jan 29, 2026

Summary

  • Remove missing profilbild-preview.png reference from coming-soon card (404 fix)
  • Gracefully return empty array when SharedMediaService is unavailable (500 fix)
  • Use req.protocol for /web redirect to avoid mixed content in production

Test plan

  • Open /imagine and verify no 404 for profilbild-preview.png
  • Verify /api/share/recent returns empty array instead of 500 when DB is unavailable
  • Verify /web redirect uses correct protocol behind proxy

Movm added 3 commits January 29, 2026 17:32
- Remove missing profilbild-preview.png reference from coming-soon card
- Gracefully return empty array when SharedMediaService is unavailable
- Use req.protocol for /web redirect to avoid mixed content in production
- Double-cast JS imports through unknown for contentExtractor assertions
- Remove unused @ts-expect-error directive in ImageSlider
- Fix updateUserBetaFeatures call signature (string key + boolean value)
- Add null guard for user prop in ProfileInfo before render
- Extract only needed fields from Document for UploadedDocument state
- Remove generic type args from untyped Tauri store.get() calls
- Cast platformId to SharePlatform for Record indexing in shareUtils
@Movm Movm merged commit 3825c26 into test-branch Jan 29, 2026
9 of 10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant