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 starting up the container with BASE_URL not set, (set to ./), the yarn build finishes fine and there are no errors. However, when I have BASE_URL set (/dash) I get a Failed to compile with 1 error.
Going to http://{domain}/dash returns with Error: ENOENT: no such file or directory, stat '/app/dist/index.html'. However, going to the root (http://{domain}/) shows the loading screen.
Environment
Self-Hosted (Docker)
System
Fedora-Server 6.11.10, Docker 27.3.1
Version
3.1.1
Describe the problem
When starting up the container with
BASE_URL
not set, (set to./
), the yarn build finishes fine and there are no errors. However, when I haveBASE_URL
set (/dash
) I get aFailed to compile with 1 error
.Going to
http://{domain}/dash
returns withError: ENOENT: no such file or directory, stat '/app/dist/index.html'
. However, going to the root (http://{domain}/
) shows the loading screen.Additional info
docker-compose.yml
Parts of the error that seem even somewhat useful (everything else looks like the HTML for the crash page):
This is likely caused by the app source not being found at the current domain
Please tick the boxes
The text was updated successfully, but these errors were encountered: