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
fmabap opened this issue
Nov 10, 2024
· 2 comments
Labels
bugAn error in the Docusaurus core causing instability or issues with its executionexternalThis issue is caused by an external dependency and not Docusaurus.
I have read the console error message carefully (if applicable).
Description
Hi,
I have a markdown page that conatins an image. The filename of the image contains german special characters (umlauts) like äöü. When I open the page then the server crashes.
Create a markdown page that links to an existing image with filename image_äöü.png
Here is an example:
# Test 123![test](image_äöü.png)
run npm run build npm run serve
Click on the page in the browser
Expected behavior
The image will be shown.
Actual behavior
The page is shown, without the image and the server crashes with the following error:
Your environment
Docusaurus version used: 3.6.1
Environment name and version ( Chrome 130, Node.js v22.11.0):
Operating system and version (e.g. Windows 11):
Self-service
I'd be willing to fix this bug myself.
The text was updated successfully, but these errors were encountered:
fmabap
added
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
Nov 10, 2024
fmabap
changed the title
Docusaurus crashes if markdown image filename contains non ASCII Character
Docusaurus crashes if markdown image filename contains non ASCII-Characters
Nov 10, 2024
I installed in the meantime http-server. This seams to work as alternative.
slorber
changed the title
Docusaurus crashes if markdown image filename contains non ASCII-Charactersdocusaurus serve crashes if markdown image filename contains non ASCII-Characters
Nov 18, 2024
slorber
changed the title
docusaurus serve crashes if markdown image filename contains non ASCII-Charactersdocusaurus serve crashes if filename contains non ASCII-Characters
Nov 18, 2024
bugAn error in the Docusaurus core causing instability or issues with its executionexternalThis issue is caused by an external dependency and not Docusaurus.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
Hi,
I have a markdown page that conatins an image. The filename of the image contains german special characters (umlauts) like äöü. When I open the page then the server crashes.
Maybe this is related to the issue #8124
Please find the details below.
Can you please fix it?
Best regards
Frank
Reproducible demo
No response
Steps to reproduce
Create a markdown page that links to an existing image with filename image_äöü.png
Here is an example:
run
npm run build
npm run serve
Click on the page in the browser
Expected behavior
The image will be shown.
Actual behavior
The page is shown, without the image and the server crashes with the following error:
Your environment
Self-service
The text was updated successfully, but these errors were encountered: