You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just open an email, but it does not occur with all of them. This error does not cause any problem for reading emails, but some component is adding an additional slash to the URL, which should not happen. Checked on two different NC instances I have.
Expected behavior
The browser makes a requests to: /apps/mail/proxy?src=https%3A%2F%2Fcustom_apps%2Fmail%2Fimg%2Fblocked-image.png&requesttoken=<TOKEN>
(note the 2 %2F (slash) after the 'https' -> not malformed url)
Actual behavior
The browser makes requests to: /apps/mail/proxy?src=https%3A%2F%2F%2Fcustom_apps%2Fmail%2Fimg%2Fblocked-image.png&requesttoken=<TOKEN>
(note the 3 %2F (slash) after the 'https' -> malformed url)
Steps to reproduce
Just open an email, but it does not occur with all of them. This error does not cause any problem for reading emails, but some component is adding an additional slash to the URL, which should not happen. Checked on two different NC instances I have.
Expected behavior
The browser makes a requests to:
/apps/mail/proxy?src=https%3A%2F%2Fcustom_apps%2Fmail%2Fimg%2Fblocked-image.png&requesttoken=<TOKEN>
(note the 2 %2F (slash) after the 'https' -> not malformed url)
Actual behavior
The browser makes requests to:
/apps/mail/proxy?src=https%3A%2F%2F%2Fcustom_apps%2Fmail%2Fimg%2Fblocked-image.png&requesttoken=<TOKEN>
(note the 3 %2F (slash) after the 'https' -> malformed url)
Mail app version
4.1.1
Nextcloud version
30.0.4 - aio
Mailserver or service
hostinger
Operating system
Linux
PHP engine version
PHP 8.2
Nextcloud memory caching
local -> APCu , distributed -> Redis
Web server
Nginx
Database
PostgreSQL
Additional info
Here's the complete trace:
The text was updated successfully, but these errors were encountered: