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
Line 19 of the code Next JS Update does not allow the use of module.exports in an mjs file. The correct line of code should be export default nextConfig; .