Replies: 3 comments 2 replies
-
Hi Richard! From the guide:
|
Beta Was this translation helpful? Give feedback.
-
As it turns out, I had an issue with my Dockerfile and the order I was running commands. Thanks for your assistance, @ElMassimo! |
Beta Was this translation helpful? Give feedback.
-
I stumbled upon this thread while dealing with similar issue. It turns out my mistake is forgetting to turn off |
Beta Was this translation helpful? Give feedback.
-
So, first off, thanks for this awesome tool!
I'm attempting to do some system testing and I'm having some difficulty. I've run
bin/rake assets:precompile
and disabled autoBuild with the environment variableVITE_RUBY_AUTO_BUILD=false
.From what I can gather, the file exists (
entrypoints/application.js
points to file:assets/application-d0aa1163.js
).Any help or direction here would be greatly appreciated!
Details
Error message [ci-output]:
Vite Ruby can't find entrypoints/application.js in public/vite-test/manifest.json or public/vite-test/manifest-assets.json
Contents of
public/vite-test/manifest.json
:File listing:
Beta Was this translation helpful? Give feedback.
All reactions