0

I would like to use VS Code dev container for developing Next.js application. Therefore I do these steps in VS Code:

  1. New Dev Container,
  2. After creating container I move out .devcontainer and .github folders into worspace from my container.
  3. Creating Next.js app directly in the container: npx create-next-app@latest .
  4. Moving back .devcontainer and .github folders in my container.
  5. I start the app but 404 error is in the browser.

I do not understand why.

1
  • Please note that solutions go in answers, not in edits to the question. Commented Sep 19 at 20:52

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.