Collision between dynamic routes and catchall?

Collision between dynamic routes and [[...catchall]]?

We have for example:
pages/[company]/about.tsx

And in Plasmic we have a page:
mycompany/about

In some pages, it’s trying to fetch props from the dynamic page. In some other pages, the wrong page is published altogether on build. On dev mode, it works well when you go to the link directly, but not when you move between pages.

Any ideas?

hmm, I would’ve expected next.js to complain at build time, when it detects that there’s collision between the getStaticPaths generated between the two files

which one do you want to actually render?

I have sent you a video in DM