Skip to content

Next

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
Minds Frontend
Minds Frontend
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Dependency List
    • Cycle Analytics
    • Insights
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
    • Locked Files
  • Issues 798
    • Issues 798
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 61
    • Merge Requests 61
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Packages
    • Packages
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Minds
  • Minds FrontendMinds Frontend
  • Issues
  • #1462

Closed
Open
Opened 2 days ago by Mark Edworthy@medworthy
  • Report abuse
  • New issue
Report abuse New issue

(bug): Terms And Other Policy Pages (Left Side Menu) - Incorrect Href / Linked Menu Option.

The IPHONE href link is incorrect.

The link is missing the https:// protocol within the link. Currently the link is connected to href="itunes.apple.com/us/app/minds-com/id961771928?mt=8" (which is resulting the address: https://www.minds.com/itunes.apple.com/us/app/minds-com/id961771928?mt=8).

The link should be changed to href="https://itunes.apple.com/us/app/minds-com/id961771928?mt=8".

Screenshot_20190702_145754

Please solve the reCAPTCHA

We want to be sure it is you, please confirm you are not a robot.

Edited 2 days ago by Mark Edworthy

Related issues
0

    • Mark Edworthy @medworthy mentioned in issue #1460 2 days ago

      mentioned in issue #1460

    • Mark Edworthy @medworthy changed the description 3 times within 2 minutes 2 days ago

      changed the description 3 times within 2 minutes

    • Mark Edworthy @medworthy changed title from Terms And Other Policy Pages (Left Side Menu): Incorrect Href / Linked Menu Option. to (bug): Terms And Other Policy Pages (Left Side Menu) - Incorrect Href / Linked Menu Option. 2 days ago

      changed title from Terms And Other Policy Pages (Left Side Menu): Incorrect Href / Linked Menu Option. to (bug): Terms And Other Policy Pages (Left Side Menu) - Incorrect Href / Linked Menu Option.

    • Mark Edworthy @medworthy changed the description 2 times within 10 minutes 2 days ago

      changed the description 2 times within 10 minutes

    • Ben Hayward
      Ben Hayward @benhayward.ben · 1 day ago
      Developer

      I'd thought that this was already resolved, but evidently not. It's not quite as simple as you would imagine to fix, as these pages are not your traditional HTML page. The text content is loaded into the page rather than it being inline. It appears that the bug therefore resides in the parser.

      Take this link: https://itunes.apple.com/us/app/minds-com/id961771928?mt=8

      In the URL segment app/ the parser is seeing the p/, and assuming that it is a /p/ page, like /p/terms (https://www.minds.com/p/terms), so is dropping it at the end.

    • Ben Hayward @benhayward.ben added Priority::2 - Normal Product::Onboarding Type::Bug labels 1 day ago

      added Priority::2 - Normal Product::Onboarding Type::Bug labels

    • Ben Hayward @benhayward.ben added Product::Platform label and removed Product::Onboarding label 1 day ago

      added Product::Platform label and removed Product::Onboarding label

    • Ben Hayward
      Ben Hayward @benhayward.ben · 1 day ago
      Developer

      The fix we did on this last time, was to change something in that parsing section that should, looking at it, work fine. It may be that a link shortener is the more time effective method.

    • Mark Edworthy
      Mark Edworthy @medworthy · 30 minutes ago

      @benhayward.ben, How about creating a redirect entry within the associated .httaccess file or within the Nginx (host) configuration file?

      Ie. Redirect 301 /apple-app "https://itunes.apple.com/us/app/minds-com/id961771928?mt=8"

      Edited by Mark Edworthy 30 minutes ago
    • You're only seeing other activity in the feed. To add a comment, switch to one of the following options.
    Please register or sign in to reply
    Assignee
    None
    Assign to
    None
    Epic
    None
    None
    Milestone
    None
    Assign milestone
    None
    Time tracking
    No estimate or time spent
    None
    Due date
    None
    3
    Labels
    Priority::2 - Normal Product::Platform Type::Bug
    Assign labels
    • View project labels
    None
    Weight
    None
    Confidentiality
    Not confidential
    Lock issue
    Unlocked
    2
    2 participants
    user avatar
    Mark Edworthy
    user avatar
    Ben Hayward
    Reference: minds/front#1462