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.

page suddenly crashes

See original GitHub issue

Verify canary release

  • I verified that the issue exists in the latest Next.js canary release

Provide environment information

OS: windows 10 Node version: v16.14.2 package.json:

{
  "name": "mmm",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "dev": "next dev -p 5603",
    "build": "next build",
    "start": "node server.js",
    "lint": "next lint",
    "post-update": "echo \"codesandbox preview only, need an update\" && yarn upgrade --latest"
  },
  "dependencies": {
    "@emotion/cache": "latest",
    "@emotion/react": "latest",
    "@emotion/server": "latest",
    "@emotion/styled": "latest",
    "@mui/icons-material": "latest",
    "@mui/lab": "^5.0.0-alpha.79",
    "@mui/material": "latest",
    "@mui/styles": "^5.8.6",
    "@react-oauth/google": "^0.2.6",
    "@stripe/react-stripe-js": "^1.9.0",
    "@stripe/stripe-js": "^1.32.0",
    "axios": "^0.27.2",
    "cookie": "^0.5.0",
    "cookies-next": "^2.0.4",
    "cors": "^2.8.5",
    "formik": "^2.2.9",
    "formik-mui": "^4.0.0-alpha.3",
    "js-cookie": "^3.0.1",
    "jwt-decode": "^3.1.2",
    "next": "latest",
    "nextjs-progressbar": "0.0.14",
    "prop-types": "^15.8.1",
    "raw-body": "^2.5.1",
    "react": "latest",
    "react-apple-login": "^1.1.3",
    "react-dom": "latest",
    "react-elastic-carousel": "^0.11.5",
    "react-facebook-login": "^4.1.1",
    "react-google-autocomplete": "^2.7.0",
    "react-infinite-scroll-component": "^6.1.0",
    "react-scrollspy": "^3.4.3",
    "react-text-transition": "^3.0.2",
    "sharp": "^0.31.0",
    "styled-components": "^5.3.5",
    "swiper": "^8.1.4",
    "uuid": "^8.3.2"
  },
  "devDependencies": {
    "eslint": "latest",
    "eslint-config-next": "latest",
    "prettier": "2.6.2"
  }
}

What browser are you using? (if relevant)

Chrome

How are you deploying your application? (if relevant)

Vercel

Describe the Bug

New Bitmap Image

at the first of loading the site looks good but after less than 1 second everything get destroyed. Same happened before, I had a build error that didn’t shown in windows because of uppercase and lowercase. after i fixed that everything was fine but today it doesn’t work.

There is no build error There is no runtime error I tested all of css and js files and all of them were availible ( there is no 404 for assets )

homepage should look like this https://mealzo.weeorder.co.uk/ but it’s not

Expected Behavior

homepage should look like this https://mealzo.weeorder.co.uk/ but it’s not

Link to reproduction

https://mealzo-next-js.vercel.app/

To Reproduce

The buggy one: https://mealzo-next-js.vercel.app/ The expected one: https://mealzo.weeorder.co.uk/

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
Umamadcommented, Sep 23, 2022

It seems that the issue is caused by emotion.

image image

Would you like to provide the source code of your reproduction for investigation?

Tnx alot. You gave me a clue and I found the rest.

0reactions
github-actions[bot]commented, Oct 24, 2022

This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Top 8 Reasons Behind a Website Crash | SiteUptime Blog
The Top 8 Reasons Behind a Website Crash · 1. Code Errors · 2. Virus Attacks · 3. Hackers · 4. Plugin/Extension Errors...
Read more >
7 reasons why websites crash - TechTarget
There are several reasons a website can crash, including broken code, malicious attacks and hosting errors. Another big reason websites can go ...
Read more >
How High Online Traffic Can Crash Your Website - Queue-it
If a site unexpectedly makes it to the front page of Reddit and crashes due to traffic overload, it's called the "Reddit hug...
Read more >
Why Do Websites Crash? 7 Reasons Your Site Is Down
7 Reasons Why Websites Crash · Broken code · Server error · Wrong hosting · Update issue · Traffic spike · Expired domain...
Read more >
Fix "Aw, Snap!" page crashes and other page loading errors
Fix "Aw, Snap!" page crashes and other page loading errors · Step 1: Check your internet connection. Make sure your phone or tablet...
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