The page loads fine, but there is a console error of:
/build?_rsc=1ld0r:1
Failed to load resource: the server responded with a status of 404 ()
I took the steps of adding the netlify.toml file with this info:
[build]
command = “npm run build”
publish = “.next”
[[plugins]]
package = “@netlify/plugin-nextjs”
but it still did not resolve this issue. here is my code GitHub - carina-codes/prismic-mgl
please help! thank you