vendure-ecommerce / storefront-remix-starter

A storefront starter kit for Vendure built with Remix
https://remix-storefront.vendure.io
188 stars 105 forks source link

Gracefully handling errors #41

Closed DanielBiegler closed 1 year ago

DanielBiegler commented 1 year ago

It can happen that the Server is unreachable for whatever reason and that seems to not be handled at the moment. For example if you dont start the Vendure server you get greeted by this beautiful lil guy:

image

Probably relevant Remix docs v1 and v2

How about a simple page saying something like "Oops something went wrong. Please try again soon." with a small image.

Heres how Google does it, short and sweet:

image

DanielBiegler commented 1 year ago

I'll get this done soon.

kyunal commented 1 year ago

That would be great :+1: . Remix makes this really easy to implement, it just wasn't a priority so far.