getStaticPaths error from Plasmic pages

when I try to run yarn build on a next.js project, i’m getting “conflicting paths”

not sure how to handle this. do i rename my .jsx files?

hmm could you try removing the .next folder from your project root folder?

i’ve deleted .next, re-ran yarn build, same error pops up

Could you try naming your page files by .js instead of .jsx :sweat_smile:

that worked! thanks!