Do functions work with NextJS deployments? Wrangler doesn't seem to be picking up my functions.
Do functions work with NextJS deployments? Wrangler doesn't seem to be picking up my functions.
@cloudflare/next-on-pages, the functions directory will not work as we generate our own _worker.js instead, and, as such, you should use Next.js Edge API routes instead.
crypto.getHashes has not been implemented yet when i try to deployimport { OpenAI } from 'langchain/llms/openai';
export default defineEventHandler(async e => {
const model = new OpenAI(); //OPENAI_API_KEY set in env
});crypto.getHashes has not been implemented yet