You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is currently a bug that keeps context information from loading using Middleman.
Shotgun
Shotgun causes every request to load all dependencies, including Better Errors.
Better Errors relies on storing the most recent exception in memory, and Shotgun makes this impossible.
The solution is to remove shotgun from your project.
One alternative is rerun, which instead restarts the application only when files within the application change.