Prismic Next JS 15 Netlify console error

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

I’m not seeing any errors here: Page Title

Hi, this was fixed with the help of prismic community, I had a /build link in the Hero section without having a /build page, I removed it and that solved it.

Hi, @carina-codes. Thank you for taking the time to return and share the solution here. Much appreciated!