[GH-ISSUE #488] Typo in File Path for Astro Integration Documentation #25615

Closed
opened 2026-04-17 15:52:40 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @ghostsxxx on GitHub (Nov 10, 2024).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/488

Describe the Bug
There is a typo in the Astro integration documentation. The path page/api/auth/[...all].ts is mentioned incorrectly. The correct path should be pages/api/auth/[...all].ts.

To Reproduce

  1. Go to the Astro integration documentation.
  2. Notice the incorrect file path in the example provided.

Expected Behavior
The path should be pages/api/auth/[...all].ts to align with the standard directory structure.

Additional Context
Providing the correct path will help users avoid confusion when setting up the integration.

Originally created by @ghostsxxx on GitHub (Nov 10, 2024). Original GitHub issue: https://github.com/better-auth/better-auth/issues/488 **Describe the Bug** There is a typo in the Astro integration documentation. The path `page/api/auth/[...all].ts` is mentioned incorrectly. The correct path should be `pages/api/auth/[...all].ts`. **To Reproduce** 1. Go to the [Astro integration documentation](https://www.better-auth.com/docs/integrations/astro). 2. Notice the incorrect file path in the example provided. **Expected Behavior** The path should be `pages/api/auth/[...all].ts` to align with the standard directory structure. **Additional Context** Providing the correct path will help users avoid confusion when setting up the integration.
GiteaMirror added the locked label 2026-04-17 15:52:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#25615