diced / zipline

A ShareX/file upload server that is easy to use, packed with features, and with an easy setup!
https://zipline.diced.sh/
MIT License
1.56k stars 141 forks source link

Bug: URL Shortner route #276

Closed IceToast closed 1 year ago

IceToast commented 1 year ago

What happened?

In this commit https://github.com/diced/zipline/commit/6d49463dad16ce1369dab2b1366ccfe57379b537 you put in the wrong config.

It should be zconfig.urls.route instead of zconfig.uploader.route.

This results in a return URL from the api endpoint using the wrong route and thus redirects don't work.

Version

upstream (ghcr.io/diced/zipline:trunk)

What browser(s) are you seeing the problem on?

No response

Zipline Logs

No response

Browser Logs

No response

Additional Info

No response

TacticalTechJay commented 1 year ago

255 has it fixed

diced commented 1 year ago

Fixed