I'm trying to install the web apps iviewer and fpbioimage. I followed the instructions on https://pypi.org. However, each time I add the instructions for open with
- Code: Select all
bin/omero config append omero.web.open_with '["omero_iviewer", "omero_iviewer_index",
{"supported_objects":["images", "dataset", "well"],
"script_url": "omero_iviewer/openwith.js", "label": "OMERO.iviewer"}]'
or
- Code: Select all
bin/omero config append omero.web.open_with '["omero_fpbioimage", "fpbioimage_index",
{"script_url": "fpbioimage/openwith.js", "supported_objects": ["image"], "label": "FPBioimage"}]'
I got the message
Url: /omero/static/omero_iviewer/openwith.js?_=1528297029210
404 Not Found
nginx/1.12.2
And the open windows appear as a blank image.
I didn't have this type of error this figure apps.
Philippe