-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error popup file path overflowing if very long #27170
Labels
good first issue
Easy to fix issues, good for newcomers
Milestone
Comments
timneutkens
added
good first issue
Easy to fix issues, good for newcomers
kind: bug
and removed
bug
Issue was opened via the bug report template.
labels
Jul 27, 2021
@timneutkens Hi, can I try this? |
1 task
Hi, I think #27575 is not active currently. Can I make a PR? |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
kodiakhq bot
pushed a commit
that referenced
this issue
Oct 28, 2021
## Bug - [x] Related issues linked using `fixes #number` fixes #27170 ### Before ![before](https://user-images.githubusercontent.com/29579847/127415669-8eecf6e3-aba0-408f-9af5-0014da7bb3ad.png) ### After ![after](https://user-images.githubusercontent.com/29579847/127415724-c5082e06-6a68-4f80-828b-ed8ef939b9fb.png)
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
natew
pushed a commit
to natew/next.js
that referenced
this issue
Feb 16, 2022
## Bug - [x] Related issues linked using `fixes #number` fixes vercel#27170 ### Before ![before](https://user-images.githubusercontent.com/29579847/127415669-8eecf6e3-aba0-408f-9af5-0014da7bb3ad.png) ### After ![after](https://user-images.githubusercontent.com/29579847/127415724-c5082e06-6a68-4f80-828b-ed8ef939b9fb.png)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Next.js are you using?
11.0.1
What version of Node.js are you using?
14.17.3
What browser are you using?
Chrome
What operating system are you using?
Ubuntu
How are you deploying your application?
next
Describe the Bug
The error file path is very long and is overflowing.
Expected Behavior
For the file path to break onto the new line without overflowing out of the box.
To Reproduce
Create a deeply nested file and cause an error in it.
The text was updated successfully, but these errors were encountered: