usegalaxy-no / galaxyadmin

A repository for managing the work of the usegalaxy.no GalaxyAdmin team
0 stars 0 forks source link

Problems installing from the Main tool shed #59

Closed kjetilkl closed 2 years ago

kjetilkl commented 2 years ago

Selecting the "https://toolshed.g2.bx.psu.edu/ " tool shed on the "Install and Uninstall" Admin page on the production server will no longer display a list of the categories from the tool shed but rather show the error message:

TypeError: t.categories.reduce is not a function

This makes it currently impossible to install new tools from the Main tool shed via the Admin page.

kjetilkl commented 2 years ago

I used the Developer Tools in the chrome web browser to see the network traffic and view the HTTP responses. I seems that selecting the Main tool shed will return our own maintenance page rather than the correct JSON response from the tool shed. Compare the same API calls from prod and test:

On the other hand, the API call on prod works for NeLS tool shed

kjetilkl commented 2 years ago

It seems that an old error response had gotten stuck in my cache