antosubash/abp-react

application not working after publish my side

Closed this issue · 6 comments

I am using this application to in my local it's working fine for me, but i deployed with same code but its not working. can you please provide the solution for this.

@gitdevnaresh how are you deploying it? is it a docker deployment? check the docker file in this repo for a sample. There is no information to help please provide some more info and context.

hi thanks for reply, i am not using docker. i am trying to publish direct with command of "pnpm run build". and trying to publish vscode using azure app service. and i tried to publish vercel too i am facing issue 404 not found.

image

I Updated configuration
image

I tried deployment with Docker i am facing issue like this. can you please help me out to solve this issue.

image

@gitdevnaresh I'm using turbo repo. check here for vercel documentation here https://vercel.com/docs/monorepos/turborepo

@antosubash-dev, can you please check once docker image issue. i am struck with docker image creation
I am facing issue when i run docker command
=> ERROR [7/9] COPY --chown=nextjs:nodejs /apps/abp/.next/standalone ./

In .next path that folder is not there.
image

How can i resolve this can you please help me out here.

@gitdevnaresh I'm currently using the docker deployment. you can check the repo and GitHub action. I don't know how you have configured your deployment so I'm not sure how I can help. Just by looking at the error it seems like the context is wrong.