-
Notifications
You must be signed in to change notification settings - Fork 385
Open
Description
oakctl app run . fails with
App output:
[2025-11-13T11:09:27Z] Traceback (most recent call last):
[2025-11-13T11:09:27Z] File "/app/main.py", line 13, in <module>
[2025-11-13T11:09:27Z] frontend_server = FrontendServer(IP, PORT, FRONTEND_DIRECTORY)
[2025-11-13T11:09:27Z] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[2025-11-13T11:09:27Z] File "/app/frontend_server.py", line 15, in __init__
[2025-11-13T11:09:27Z] self._ensure_directory()
[2025-11-13T11:09:27Z] File "/app/frontend_server.py", line 21, in _ensure_directory
[2025-11-13T11:09:27Z] raise FileNotFoundError(
[2025-11-13T11:09:27Z] FileNotFoundError: Failed to start the HTTP server. File index.html not found in the /app/frontend/dist folder.
``
Metadata
Metadata
Assignees
Labels
No labels