You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey SCAI. There is a static vs dynamic web functionality issue (bug). Specifically in the next.config.js file. This can be worked around. But figure I bring this up. I found the issue in my forked repository of the main repo.
rcupc@DESKTOP-FEOI3I4:~/scai-uta/scai-website/scai_website$ npm run dev
> [email protected] dev
> next dev
▲ Next.js 15.0.4
- Local: http://localhost:3000
✓ Starting...
⚠ Invalid next.config.js options detected:
⚠ Unrecognized key(s) in object: 'appDir' at "experimental"
⚠ See more info here: https://nextjs.org/docs/messages/invalid-next-config
⨯ API Routes cannot be used with "output: export". See more info here: https://nextjs.org/docs/advanced-features/static-html-export
✓ Ready in 2.8s
The text was updated successfully, but these errors were encountered:
Hey SCAI. There is a static vs dynamic web functionality issue (bug). Specifically in the next.config.js file. This can be worked around. But figure I bring this up. I found the issue in my forked repository of the main repo.
The text was updated successfully, but these errors were encountered: