Skip to content
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

sample-next-auth-pages does not build #516

Open
leggetter opened this issue Aug 17, 2023 · 0 comments
Open

sample-next-auth-pages does not build #516

leggetter opened this issue Aug 17, 2023 · 0 comments

Comments

@leggetter
Copy link
Contributor

leggetter commented Aug 17, 2023

Creating an issue to track a few problems I've found with the app:

  • xata:init in package.json refers to a --schema=schema.template.json when it should be --schema=schema-template.json. Hyphen not period.
  • The app uses getServerSession, which requires the req param to be a NextApiRequest, but the req is a standard Request.
  • References to import { XataClient } from '~/lib/xata.codegen' should be updated to ~/shared/xata.codegen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant