Inconsistent File Handling Between Development and Build Processes #10459
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs more information
There is not enough information to take action on the issue.
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
We're experiencing inconsistent behavior with file handling between our development and build processes. Specifically, a file placed in the static/apiHtmlOutput/ directory is not consistently accessible across different build and start commands.
Reproducible demo
No response
Steps to reproduce
Expected behavior
The file should be consistently accessible across all build and start processes, without needing to move it during development.
Actual behavior
The file is only consistently accessible after a build process or when moved during development. Running yarn start alone after step yarn serve fails to locate the file.
Your environment
Self-service
The text was updated successfully, but these errors were encountered: