when i deploy my project manually after build it locally, it works fine.
the problem is when i try to deploy from bitbucket repo, processing build finish then when i preview the production deploy, it shows 404 for every route.
i downloaded the production files and i didn’t find any html for the routes in the build root dir, when i compared these files with some working project deployed files, i found that my deployed html files are not exist.
my netlify site name: https://637cda0cb60b6627033effe2--curious-alpaca-268ef5.netlify.app
i’m using the default build and deploy setting and i’m using two environment variables: NETLIFY_NEXT_PLUGIN_SKIP = true
NPM_FLAGS = --force