Skip to content

Links in emails missing slash separator [was: "shaarli links to comments are broken"] #971

@roughnecks

Description

@roughnecks

Checklist

  • I am running the latest version. Installing Isso from GitHub from the master branch does not fix my issue
  • I have checked the troubleshooting guide
  • I have searched the open issues, but my issue has not already been reported

What is not working?

First of all I'm using pip to install isso and I just upgraded it to latest version.

When posting comments to a shaarli instance, the link to the comment I receive in my email is like this:

https://links.woodpeckersnest.space41/#isso-17

Someone is adding that trailing number after the TLD and all links result broken.

How can one reproduce this issue?

Have a shaarli instance at latest release - Post a comment under a link.

[general]
name = spacenest
dbpath = /home/isso/lib/comments.db
host =
        https://woodpeckersnest.space/
        https://links.woodpeckersnest.space/
max-age = 15m
notify = smtp
reply-notifications = true
log-file = /home/isso/log/isso.log
gravatar = true
gravatar-url = https://www.gravatar.com/avatar/{}?d=identicon&s=55

[moderation]
enabled = true
approve-if-email-previously-approved = true

[admin]
enabled = true
password = redacted

[server]
listen = http://localhost:8100
reload = off
profile = off
public-endpoint = https://isso.woodpeckersnest.space

[guard]
enabled = true
ratelimit = 2
direct-reply = 3
reply-to-self = false
require-author = false
require-email = false

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugneeds-decisionArchitectural/Behavioral decision by maintainers neededserver(Python) server code

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions