404 pages are tricky to identify in SPAs because of the way react-router-dom works. The response won't contain a 404 status code. Instead, there should be an option to use RegEx on the page title to identify these 404 pages.
This is stored in the users hash at {users:userId} -> 'regex404'.
404 pages are tricky to identify in SPAs because of the way
react-router-domworks. The response won't contain a404status code. Instead, there should be an option to use RegEx on the page title to identify these 404 pages.This is stored in the
usershash at{users:userId}-> 'regex404'.