Skip to content

discussions Search Results · repo:opennextjs/opennextjs-netlify language:JavaScript

15 results
 (92 ms)

15 results

inopennextjs/opennextjs-netlify (press backspace or delete to remove)

Hi! I m using the latest next js runtime and in the next.config.js I ve specified the image format to only accept [ image/webp ], still I see that netlify is serving the avif format; is there a reason ...

Hello everyone I m using next 13 and next auth 4.24. I have this middleware to protect some pages on my project it works well on my local but when I deploy it to Netlify it keeps redirecting me to the ...

If you update your site to Next 13, it will work on Netlify right away. All the stable features work out of the box with no changes required on your part when using the latest Netlify Next.js runtime. ...

We now have support for deploying Next.js sites to the Netlify Edge Functions Beta. It includes support for deploying middleware to the edge, but also for deploying your site to the edge so you can use ...

Hi Community, I have two questions about edge function in netlify. Any help is greatly appreciated. 1. when deploying nextjs 13 project on netilfy, will API routes using edge runtime becomes edge functions ...

Hi there 👋, I want to ask about this case for Netlify Proxies: 1. I have my main app deployed at authjs-with-proxy.netlify.app/ 2. I have my Auth app deployed at https://next-auth-behind-cdn.vercel.app/authjs/ ...

Hello, NextJS 12.1 has added On-demand Incremental Static Regeneration currently in Beta / Unstable, just wondering if in the future if we are looking to add this to netlify plugin?

Is any one having any Issues with using next auth on Netlify. My app worked fine a couple of days ago, but I get this server error. Its strange because swr and next-auth aren t really used together. Everything ...

I tried to use this plugin and everything looks fine except the redirect settings which are generated by the plugin (/__next/assets/* doesn t redirect to /assets/*). In logs, I can see the generated configuration ...
  • pyc92posted
    on Jun 16, 2022
  • 1

Hello there (@ascorbic @ericapisani), we recently switched building a Next.js app on Netlify from using next build next export to next build only. This generated three functions, among them ___netlify-odb-handler. ...