Easy solution to check uptime on specific pages that are client w/ auth
Unanswered
Cesky Terrier posted this in #help-forum
Cesky TerrierOP
Hi! So we have a SaaS app built on Next and hosted on Vercel, with pages on the admin dashboard having client loaded components and need to be logged in via auth to view (Supabase auth).
Recently we published a new post on our CMS that caused some problems on the dashboard and basically managed to make the entire dashboard 500 error once the client loaded. We didn't notice until reports came in, which were longer than we would have hoped.
What would you suggest to monitor pages and sniff out errors like this, so we can find it before a user finally decides to let us know there's an issue? We use basic uptime checkers like uptime kuma on a separate server, but I'm not sure if it can handle things like client side render failures. Any advice?
Recently we published a new post on our CMS that caused some problems on the dashboard and basically managed to make the entire dashboard 500 error once the client loaded. We didn't notice until reports came in, which were longer than we would have hoped.
What would you suggest to monitor pages and sniff out errors like this, so we can find it before a user finally decides to let us know there's an issue? We use basic uptime checkers like uptime kuma on a separate server, but I'm not sure if it can handle things like client side render failures. Any advice?