Skip to content
Discussion options

You must be logged in to vote

I will give you some steps. May be 1 of its works. check all

  • Make sure your backend routes are correctly prefixed (e.g., /api/users).
  • Confirm your server is listening on the correct port (process.env.PORT or default).
  • Double-check that your start script in package.json actually runs the server.
  • Look at Render logs for errors or missing files.
  • If using Express with React in the same repo, ensure static file serving is disabled when deploying backend-only.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ar-rehman786
Comment options

@Rehman-942
Comment options

Answer selected by ar-rehman786
@ar-rehman786
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Actions Build, test, and automate your deployment pipeline with world-class CI/CD Question Ask and answer questions about GitHub features and usage Workflow Deployment Topics about deploying workflows, publishing artifacts, and deployment targets in GitHub Actions. Misc General discussions about GitHub Actions that don't fit other found themes.
2 participants