Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v4] Content is upside-down after build while fine in dev #3814

Open
nathanclevenger opened this issue Dec 16, 2024 · 3 comments
Open

[v4] Content is upside-down after build while fine in dev #3814

nathanclevenger opened this issue Dec 16, 2024 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@nathanclevenger
Copy link

nathanclevenger commented Dec 16, 2024

Describe the bug

When in dev mode, everything looks and works fine. After build & start, either locally or on Vercel, the content is displayed upside down.

You can view it upside down at https://mdxld.org

To Reproduce:

With this repo: https://github.com/ai-primitives/mdxld.org

  1. Run pnpm dev
  2. Observe that everything looks fine
  3. Run pnpm build
  4. Run pnpm start
  5. Observe that the content is upside down

Expected behavior

I would expect build and dev to behave the same, and the content to be right-side up

Screenshots

image image

Desktop (please complete the following information):

  • OS: Mac OS 15.2
  • Browser: Tested on Safari and Chrome

Nextra 4.0 beta: 4.0.0-app-router.34

@nathanclevenger nathanclevenger added the bug Something isn't working label Dec 16, 2024
@dimaMachina
Copy link
Collaborator

strange, since nobody reported before, something related to your setup

@dimaMachina dimaMachina changed the title Content is upside-down after build while fine in dev [v4] Content is upside-down after build while fine in dev Dec 16, 2024
@dimaMachina dimaMachina added the help wanted Extra attention is needed label Dec 16, 2024
@jellli
Copy link
Contributor

jellli commented Dec 24, 2024

Unable to reproduce
image

@paulpalayur
Copy link

I had the same issue of the page getting displayed upside-down. My next version was "next": "^14.2.5". I updated the package.josn to "next": "^15.1.4" and ran npm i next and issue is now fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants