Lee Robinson
Lee Robinson
Thank you, got it here https://github.com/vercel/nextjs-subscription-payments/pull/329
Pushed some changes here, can we update? https://github.com/vercel/examples/pull/918
Hey! It supports some today: https://nextjs.org/docs/app/api-reference/next-config-js/turbo#webpack-loaders
``` ⨯ PrismaClientUnknownRequestError: Invalid `prisma.employees.findMany()` invocation: Error occurred during query execution: ConnectorError(ConnectorError { user_facing_error: None, kind: QueryError(PostgresError { code: "42P05", message: "prepared statement \"s0\" already exists", severity: "ERROR", detail: None,...
I wonder how we can make this more clear now with the addition of Node.js as well.
Open to it!
Have you ensured you've installed the package? Restarted your local server maybe?
Rather than changing the Replicate `fetch` behavior, you can use `noStore` to opt-out of caching for your component. ```js import Replicate from 'replicate'; import { unstable_noStore as noStore } from...