Hi,
I sometimes have lamda function timeouts because my underlying services are unavailable. When this happens, I get the Netlify 502 “This function has crashed” screen.
I would rather be able to display an error screen within my own app when this happens, so that I can message users appropriately, but I can’t seem to figure out how to write a redirect that does this.
My netlify site ID is c60bdab6-8b64-48a1-9376-7cd55ed8329f
My custom domain is www.sqyre.app
I would like to be able to display a page at www.sqyre.app/502 when my services are unavailable.
I appreciate any pointers you can provide, thank you.
- Joe