snax4a / service-quotes-web

Service Quotes React.js web app
service-quotes-web.vercel.app
0 stars 0 forks source link

Unexpected error when Customer attempts to access not owned or not existing address #23

Closed SKVetr closed 3 years ago

SKVetr commented 3 years ago

What are the steps to reproduce this issue?

  1. Log in on customer account
  2. Attempt to access an address details page via direct URL with not existing ID

OR

  1. Log in on customer account
  2. Attempt to access an address details page via direct URL with valid ID that is not owned

What happens?

An unexpected error occurs.

What were you expecting to happen?

Info about address not found. Or redirect to list page.

Any logs, error output, etc?

Issue

Notes?

Example of invalid ID URL: /addresses/0ae9ac1b

snax4a commented 3 years ago

This was already fixed in related issue #25