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
Example: http://127.0.0.1:8000/get/channeldata.json
should be: http://127.0.0.1:8000/get/channel0/channeldata.json
The problem here is, that the delivered HTML documents require a trailing slash at the end of the URL.
Visiting http://127.0.0.1:8000/get/channel0/ makes the links work.
The Anaconda servers avoid that problem by automatically redirecting to a path that includes the trailing slash.
After starting the Quetz server, visiting http://127.0.0.1:8000/get/channel0 or http://127.0.0.1:8000/get/channel0/linux-64 results in broken links.
Example:
http://127.0.0.1:8000/get/channeldata.json
should be:
http://127.0.0.1:8000/get/channel0/channeldata.json
The problem here is, that the delivered HTML documents require a trailing slash at the end of the URL.
Visiting http://127.0.0.1:8000/get/channel0/ makes the links work.
The Anaconda servers avoid that problem by automatically redirecting to a path that includes the trailing slash.
The text was updated successfully, but these errors were encountered: