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.

Hot Reloading fails on dev/local environment

See original GitHub issue

Expected behavior

Hot Reloading to refresh page with most recent updates to files

Actual behavior

Memory allocation error, might possibly have to do with client-side web pack build

screen shot 2018-03-23 at 9 39 34 am

How to reproduce

  1. Run busy locally
  2. Go to localhost:3000
  3. Make changes in files
  4. Go back to browser and wait for refresh or try to refresh page
  5. Errors out and throws CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory error
  • Browser: Chrome
  • Operating system: OSX

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
jrawsthornecommented, Apr 15, 2018

Same issue for me. Updating to the latest antd also helps. Node v8.11.1 on Windows 10

0reactions
Sekhmetcommented, Apr 15, 2018

What version of antd are you using right now? 2.3.11 is older version than what we are using by default. I made section in contributing guide about this problem: https://docs.google.com/document/d/1tsR8ZOIF3Inf-KkZxZA3b0Q60Dct3Y0TmPhfuE5zbaA/edit#heading=h.encgzny60r5l

Read more comments on GitHub >

github_iconTop Results From Across the Web

Hot Reload Fails, DOM adds an additional iframe containing ...
Everytime I save my code and hot reload happens, I am then unable to interact with the application (every component becomes unclickable).
Read more >
Hot Reload is not working in my React App - Stack Overflow
To solve the problem in hot reloading/fast_refresh I simply add CHOKIDAR_USEPOLLING=true in package.json:
Read more >
Troubleshooting XAML Hot Reload - Visual Studio (Windows)
XAML Hot Reload requires that the environment variable ENABLE_XAML_DIAGNOSTICS_SOURCE_INFO is set to 1 at the time application starts.
Read more >
How to fix the NextJS HMR(hot reload) not working error on ...
After all the dependencies have been installed you can launch your text editor and start working inside your new environment without any errors....
Read more >
Hot reload - Flutter documentation
Hot reload loads code changes into the VM and re-builds the widget tree, preserving the app state; it doesn't rerun main() or initState()...
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