planetscale / nextjs-planetscale-starter

A Next.js starter app with NextAuth.js (Auth), Prisma (ORM), and PlanetScale (database), ready to be deployed on Netlify
https://docs.planetscale.com/tutorials/nextjs-planetscale-netlify-template
Apache License 2.0
257 stars 32 forks source link

/server is 404 if on Netlify if accessed directly or on page refresh #6

Open connorads opened 2 years ago

connorads commented 2 years ago

https://nextjs-planetscale-starter.netlify.app/server image

This appears to be because the netlify-plugin-nextjs redirects /server/* to 404

image

image

tbarn commented 2 years ago

thanks for reporting this @connorads! I missed it before the US Thanksgiving holiday. I'll check it out this week.