SJRK-209: The View page is blank when accessing a non-existent or deleted story

Metadata

Source
SJRK-209
Type
Bug
Priority
Major
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Gregor Moss
Created
2019-01-29T17:21:28.575-0500
Updated
2020-11-26T13:15:02.614-0500
Versions
N/A
Fixed Versions
N/A
Component
  1. Storytelling Tool Server
  2. Storytelling Tool UI

Description

The View page will be effectively blank when attempting to access a story that does not exist or no longer exists. E.g. https://stories.floeproject.org/storyView.html?id=whatever

Here's a sample of the return from the server in that case:

"message":"not_found while executing HTTP GET on url http://localhost:5984/stories/%storyId","isError":true,"statusCode":404}

It would be more helpful to display a general 404 page that has links back to the browse and/or story builder pages

Comments

  • Cindy Li commented 2020-11-26T13:15:02.611-0500

    The pull request that fixes this issue has been merged into the project repo main branch at this commit.