-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debugs logs #551
Debugs logs #551
Conversation
…sitive peer dependencies
Add comprehensive path aliases for various project directories, improving import resolution and code organization. Utilize Node.js path utilities to dynamically generate aliases for different source code directories.
Update tsconfig.json to streamline configuration: - Change moduleResolution from "Bundler" to "node" - Simplify path alias for "@/*" to use "src/*" - Remove commented sections and unused include paths
- Add detailed logging for NextAuth callbacks and events - Implement custom signIn, redirect, session, and jwt callbacks - Add global error handler for NextAuth errors - Update GoogleProvider with additional authorization parameters and profile transformation - Enhance SignUpForm with logging for form submission and Google sign-in process - Ensure environment variables are used for Google client configuration
…n package.json and pnpm-lock.yaml
- Update various package dependencies in `package.json` and `pnpm-lock.yaml`. - Modify `email:dev` script in `package.json`. - Add new dependencies and remove unused ones. - Update `@prisma/client`, `@prisma/generator-helper`, `@remixicon/react`, `sharp`, and other package versions. - Update `@radix-ui` packages to use new React type definitions. - Upgrade `@tiptap` packages to latest versions. - Include new packages such as `@babel/runtime` and `@floating-ui`. - Update `@types` packages for React and other libraries.
feat(signin): add detailed logging for sign-in process and error handling feat(signup): add detailed logging for Google sign-up process feat(middleware): add CORS headers and debug header to middleware response feat(trpc): enhance query client with retry logic and logging for fetch requests chore(shared): improve URL determination with logging and fallbacks
Hey @axentiatech thank you for opening this pull request! 👋 We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted. Details:
|
Why all these console logs @axentiatech @iamabhaymittal ? |
hey @dahal sorry this PR raise was a mistake. also, i've been trying to get this deployed and hosted on vercel, anyway you can help me with this? i added all those loggers to see what's going on in the backend. it just won't work on vercel, none of the buttons |
It's mostly configured to be self-deployed using docker, and captable is still work in progress, and is not production ready. It cannot be deployed to vercel and it won't work there because it currently uses |
Thanks so much for the reply @dahal , really appreciate the help! |
No description provided.