Closed IceToast closed 1 year ago
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.
zconfig.urls.route
zconfig.uploader.route
This results in a return URL from the api endpoint using the wrong route and thus redirects don't work.
upstream (ghcr.io/diced/zipline:trunk)
No response
Fixed
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 ofzconfig.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