Simon Knott
Simon Knott
cc @eduardoboucas
wow that's weird behaviour 🤔
Hi! This is a super interesting bug 😲 Is there some specific thing you can do to reproduce this, or does this show up randomly? Also, is it only the...
Wow, what a riddle! This is interesting :D What stands out to me is that in the first screenshot you share, the duplicated character is always the last one before...
This bug could be caused by [`terminal-link`](https://www.npmjs.com/package/terminal-link), [which we're using](https://github.com/netlify/cli/blob/89452281c9cfb1aff19991a93ed2638d0bc03734/src/utils/command-helpers.js#L244) to make this URL clickable.
@jackiewmacharia I see you worked on https://github.com/netlify/cli/issues/4311, do you have an idea what might be causing this?
In the first implementation of these error pages, we had full stack traces included in the error page, including for uncaught exceptions inside of user code. These were visible to...
Here's some pointers towards what code we'd need to change: In https://github.com/netlify/edge-functions-bootstrap/blob/2ca738749a57957640c9c8132f512810ebc79d88/src/bootstrap/handler.ts#L38-L43, we'd need to add a "local dev" mode that returns not only `String(error)`, but also `error.stack` and other...
You can try updating snapshots selectively, by running only selected tests with `--update-snapshots`
:lolsob: