Task #9268 (closed)
Opened 7 years ago
Closed 7 years ago
Bug: 404 on plate
| Reported by: | jamoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | critical | Milestone: | OMERO-4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | ux@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description (last modified by jmoore)
- Version: 4.4.0-RC2
- Server: bp.o.o.uk
- Logged in as rot
- Left the client alone for about an hour
- Clicked on "Explore"
- Took some time to load the hierarchy for user-4 in read-write-1
- Clicked on a plate:1
- Got 404
Change History (5)
comment:1 Changed 7 years ago by jmoore
- Description modified (diff)
comment:2 Changed 7 years ago by wmoore
comment:3 Changed 7 years ago by wmoore
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 7 years ago by wmoore
- Resolution fixed deleted
- Status changed from closed to reopened
Should have a search to see if there are any other places with this problem.
comment:5 Changed 7 years ago by wmoore
- Resolution set to fixed
- Status changed from reopened to closed
Searching for "webclient" and "webgateway" didn't find any more examples (except in webtest).
But another example has been reported #9245 and fixed https://github.com/aleksandra-tarkowska/openmicroscopy/commit/b5e09941b5c17361b79bcd3b3d0ca5e1c9f2ec57
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
This is due to the fact that the json url for loading plate doesn't use any server url prefix that has been setup. E.g. bp.openmicroscopy.org.uk/webgateway/plate/1/0 should be bp.openmicroscopy.org.uk/omero/webgateway/plate/1/0
In webclient/data/plate.html
wpv = $.WeblitzPlateview($('#spw'), {baseurl: '/webgateway', useParentPrefix: false});