Anthony Alayo
Anthony Alayo
@GabenGar I just switched getServerSideProps to: ``` export const getServerSideProps: GetServerSideProps = async ({ req }) => { const userJwt = parseCookies({ req })['jwt'] if (!userJwt) { return { redirect:...
I think I attempted what you mentioned, but no luck still. I also went back to the docs: https://nextjs.org/docs/api-reference/data-fetching/get-server-side-props#getserversideprops-with-typescript and I couldn't find a similar example either. I'm still new...
That worked, thank you @GabenGar! Here it is completely, so people can reference it in the future: ``` import { prisma } from '../db' import { users } from '@prisma/client'...
Thanks @GabenGar, that makes sense. I appreciate the help! @balazsorban44, could this ticket track making the documentation here more clear? https://nextjs.org/docs/api-reference/data-fetching/get-server-side-props#getserversideprops-with-typescript I'm not a TypeScript expert, but I could imagine...
@balazsorban44 bumping this issue
I know there's a big list of +1s here 🙃 but I am also hitting this which is unfortunate. I wanted to mock final objects/methods but have all the standard...
Same issue here. Would love to see this as a feature.
Is there someone at Aerospike that can chime in here?
+1, i'm having the same issue.
Hey Laura, After looking at other open issues I found something that works! ``` ``` Looks like showDataPoint is false by default, if you set it to true explicitly it'll...