nextcloud / nextcloud/integration_zimbra

Zimbra new email links on dashboard are wrong

Open
#2 20 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
11
Forks
6
PR merge metrics
No merged PRs in 30d

Description

It seems the links to view the new emails on Zimbra fail.

The requested URL was not found on this server.
Please try again later.

ERROR: 404

/modern/email/Inbox/conversation/-52968

This link works to the same message if I do it manually using the correct path:

/mail?id=52970#1

I am not sure if you are trying to link into the preview mode or direct to the message. If it is a theme issue. I am using Carbon for the theme. Other users will use different ones too. So hopefully it is not using a static theme.

I have not looked at the code yet to determine what is being done. I figured it would be nice to get it fixed.

Thanks!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start at the dashboard's Zimbra new-email link generation and compare the failing /modern/email/Inbox/conversation/-52968 URL with the working /mail?id=52970#1 path. The issue is done when dashboard links open the intended message for users across themes, without relying on a static theme path.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.