Skip to content

Cannot browse the application #63

Description

@nodegin

By visiting the index page location at http://localhost/ the following thrown:

> next start

> Ready on http://localhost:3000
{ [Error: Cannot find module /home/ubuntu/workspace/.next/dist/pages/_error] code: 'ENOENT' }

Filesystem:

- package.json
- node_modules
- pages
    - index.js

index.js:

import React from 'react'

export default () => (
  <div>Welcome to next.js!</div>
)

Thanks for help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions