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
Noticing that when running greenwood serve and accessing a static asset that doesn't exist, the browser is getting a 500 error instead of a 404.
Details
In the terminal there is also an ugly error as well
[Error: ENOENT: no such file or directory, open '/Users/analogstudios/Workspace/analogstudios/repos/www.blissfestri.com/public/foo.png'] {
errno: -2,
code: 'ENOENT',
syscall: 'open',
path: '/Users/analogstudios/Workspace/analogstudios/repos/www.blissfestri.com/public/foo.png'
}
The text was updated successfully, but these errors were encountered:
Type of Change
Bug
Summary
Noticing that when running
greenwood serve
and accessing a static asset that doesn't exist, the browser is getting a500
error instead of a404
.Details
In the terminal there is also an ugly error as well
The text was updated successfully, but these errors were encountered: