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
getPluginInstanceshould work without authorization for plugin instances belonging to public feeds, however the implementation makes an (inefficient) call to api/v1/plugins/instances/search/ which doesn't work, see FNNDSC/ChRIS_ultron_backEnd#530
Calling api/v1/plugins/instances/<N>/ directly would work and it is should how getPluginInstance be implemented.
The text was updated successfully, but these errors were encountered:
jennydaman
added a commit
to jennydaman/ChRIS_ui
that referenced
this issue
Feb 17, 2024
getPluginInstance
should work without authorization for plugin instances belonging to public feeds, however the implementation makes an (inefficient) call toapi/v1/plugins/instances/search/
which doesn't work, see FNNDSC/ChRIS_ultron_backEnd#530Calling
api/v1/plugins/instances/<N>/
directly would work and it is should howgetPluginInstance
be implemented.The text was updated successfully, but these errors were encountered: