question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

I follow the steps on the website here my directory structure:

index.mdx
package.json
yarn.lock

But my page has no content

look: image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

8reactions
Swapnullcommented, Jun 14, 2018

If you put the front matter of route: '/' it will fix it. eg.

---
name: Hello World
route: '/'
---

# Hello World
Im an MDX file! 

I am not sure if is is supposed to pick up <source>/index.mdx as the front page? May be a cool idea if possible @pedronauck

1reaction
overracommented, Jun 16, 2018

I just realized I didn’t have the babel 7 version of babel-preset-react-app installed. Now it’s working fine and next.js uses .babelrc while docz uses babel.json.

Read more comments on GitHub >

github_iconTop Results From Across the Web

404 Page Not Found Error: What It Is and How to Fix It - Lifewire
A 404 error is an HTTP status code that means that the page you were trying to reach on a website couldn't be...
Read more >
HTTP 404 - Wikipedia
In computer network communications, the HTTP 404, 404 not found, 404, 404 error, page not found or file not found error message is...
Read more >
What Is a 404 Error? How to Deal With the Web Error
Also known by its longer name, "404 Page Not Found," this is an error that indicates that the page or resource you're looking...
Read more >
Error 404 not found - What does it mean & how to fix it! - IONOS
Something along the lines of '404 Not Found'. A 404 error is the standardized HTTP status code. The message is sent from the...
Read more >
How to Fix Error 404 Not Found on Your WordPress Site - Kinsta
The Internet Engineering Task Force (IETF) defines the error 404 Not Found as: The 404 (Not Found) status code indicates that the origin...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found