Skip to content

Tenant seo fixes minds#4711

Olivia Madrid requested to merge feat/tenant-seo-m4711 into master

Ticket(s) / Related Merge Requests

minds#4711 (closed)

Summary of Changes

Put a host of things inside isPlatformBrowser checks to prevent SSR from breaking on login, register, newsfeed and settings pages.

  • modal triggers
  • login page redirects when no logged in user
  • things referencing window, document
  • things using timeouts/intervals

Testing Considerations

Sandbox tenant: https://olivia3.oke.minds.io/

Test the urls /login, /register, /newsfeed, /settings at https://debug.iframely.com/. See that they return tenant info, not Minds info (see screenshot)

Deployment Considerations

Regression Scope

Platform Affected (web, mobile, etc)

web

Developer Testing Completed

Urls for sandbox site tested at iframely debugger

Screenshots / Screen Recording

image

image

image

image

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Olivia Madrid

Merge request reports