View on GitHub

next-graphcms-shows

A Next.js application for displaying fictional live events retrieved from GraphCMS

Home > Issues > 2

Page / 404 page for shows

Type Effort (Fibonacci)
Bug 2

Right now, visiting a URL such as localhost:3001/show/meet-the-muppets throws an error when trying to map over an undefined property artists. It should throw a 404 error, as no show with the slug “meet-the-muppets” exists.

Error

image

Design

image

Acceptance criteria