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
When click the component on the web page ,there is a warning display on the terminal,
Could not open index.tsx in the editor.
When running on Windows, file names are checked against a whitelist to protect against remote code execution attacks. File names may consist only of alphanumeric characters (all languages), periods, dashes, slashes, and underscores.
As I Know, the "[]", "()" as a part of a directory name or file name is normally used in next.js, although my app is running & build with Vite (with plugin generouted), it has no fundamental differences between them.
Is there a solution to handle this situation?
The text was updated successfully, but these errors were encountered:
laoxubuer
changed the title
Jump to source code failed on windows platform, when the component under the path like "/[slug]/component.tsx", "/(pathless)/component.tsx")"
Jumping failed on windows(11) platform, when the component is under the path like "/[slug]/component.tsx", "/(pathless)/component.tsx")"
Jun 12, 2024
laoxubuer
changed the title
Jumping failed on windows(11) platform, when the component is under the path like "/[slug]/component.tsx", "/(pathless)/component.tsx")"
Jumping failed on windows(11) platform, when the component is under the path like "/[slug]/component.tsx", "/(pathless)/component.tsx"
Jun 12, 2024
When click the component on the web page ,there is a warning display on the terminal,
As I Know, the "[]", "()" as a part of a directory name or file name is normally used in next.js, although my app is running & build with Vite (with plugin generouted), it has no fundamental differences between them.
Is there a solution to handle this situation?
The text was updated successfully, but these errors were encountered: