#404 not found
3 messages · Page 1 of 1 (latest)
Hi @abstract palm. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
Astro allows you to create a custom 404 error page by creating a 404.astro or 404.md file in /src/pages. This will build to a 404.html page and most deploy services will find and use it (source (https://docs.astro.build/en/basics/astro-pages#custom-404-error-page)).
However, if you're experiencing a 404 error with your endpoint, it might be due to a different issue. The endpoint file might not be correctly set up or there might be an issue with the way you're trying to access it. Unfortunately, the provided knowledge sources do not contain specific information about setting up or troubleshooting endpoints in Astro.