Open
Description
Creating an issue to track a few problems I've found with the app:
xata:init
inpackage.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 thereq
param to be aNextApiRequest
, but thereq
is a standard Request. - References to
import { XataClient } from '~/lib/xata.codegen'
should be updated to~/shared/xata.codegen
Metadata
Metadata
Assignees
Labels
No labels