benjaminjonard / koillection

Koillection is a self-hosted service allowing users to manage any kind of collections.
https://github.com/koillection/koillection/wiki
MIT License
604 stars 27 forks source link

Redirect for wish list does not work #1114

Closed McSchweiz1886 closed 4 months ago

McSchweiz1886 commented 5 months ago

When i add a link to my whislist items and click on it in the preview it rout me to the wishlist instead of the real url.

Example:

Should go to: www.google.com Where i end: https://mykoillection.com/wishlists/www.google.com

benjaminjonard commented 4 months ago

The problem is that HTML links require the url to start with the protocol (http://) otherwise the browser doesn't consider the link to point to another website.

I'll see what I can do, a quick fix for you would be to add https:// at the beginning of your url