Commit Graph

4 Commits

Author SHA1 Message Date
virtus d9a6629d31 Add NODE_OPTIONS for IPv4-first DNS resolution and set timeout for Google provider in auth options
Build and Push Reader Image / docker (push) Successful in 38s
2026-04-24 01:16:09 +07:00
virtus 0be9b5d577 Refactor authentication options to improve environment variable handling and add error logging for API sync failures
Build and Push Reader Image / docker (push) Successful in 1m25s
2026-04-24 01:05:29 +07:00
virtus 41aca718c9 Refactor API integration and data fetching for genre, novel, and chapter pages
- Replace Prisma database calls with API fetches from the reader API in GenreDetailPage, GenresPage, SearchPage, ChapterReaderPage, and NovelDetailPage.
- Introduce new utility functions for API requests in server-api.ts, including error handling.
- Update authentication flow in auth.ts to sync Google login with the reader API.
- Modify NextAuth session and JWT types to include additional user information.
- Clean up unused imports and code related to Prisma and MongoDB connections.
- Adjust the configuration in next.config.mjs to remove unnecessary API routes.
2026-03-30 13:54:51 +07:00
virtus 112e8604e2 Initial commit 2026-03-05 16:46:38 +07:00