Error: ENOENT: no such file or directory, stat '/_generated/admin/index.html'
See original GitHub issuerunning endurojs in docker node:onbuild latest version of node and npm. After successfully executing enduro create web && cd web && enduro
i get the following output
ββββββββββββββββββββ~βEnduro startedβ~βββββββββββββββββββββ β Development server started at: β β localhost:3000 β β Admin ui available at: β β localhost:5000/admin β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ€ β Admin has no live-reload! β ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ [03:33:45 | + 1.37] developer start [03:33:45 | + 0.09] Render started [03:33:45 | + 0.02] Sass compiling started [03:33:46 | + 0.14] Sass compiling finished [03:33:46 | + 0.02] Render finished [03:33:46 | + 0.01] browsersync started [03:33:46 | + 0.02] production server starting [03:33:46 | + 0.01] Production server started at port 5000
going to localhost:3000 and localhost:5000 gives me
Hey you!
Enduro is nice
Try it out yourself
which I assume is correctβ¦however going to localhost:5000/admin gives me
Error: ENOENT: no such file or directory, stat β/_generated/admin/index.htmlβ
checking the directory structure I see there is no admin folder and index.html is in the root of generated
Am I missing a step here?
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (5 by maintainers)
Enduro shows such errors sometimes for other pages if there is no final slash in url. There seems to be some inconsistency. I canβt find such routes now but will tell if i do.
Edit: well, it revealed that my errors are not related to this. I shoulda create a new issue in enduro_admin
hi @Gottwik , after enduro create and enduro dev, I still get this error, I use enduro version 1.4.45