Skip to content

@vite/client not present in the asset pipeline #513

Answered by ElMassimo
ericchernuka asked this question in Q&A
Discussion options

You must be logged in to vote

Hi Eric!

This seems like a configuration issue in the application, Rails should not attempt to find the Vite client in the asset pipeline.

To confirm this is the issue, try passing skip_pipeline: true to vite_client_tag.

If that doesn't fix the problem, then it might be that your asset host is configured incorrectly and Rails doesn't detect it as a URL (for example, check if it's missing the http protocol).

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ericchernuka
Comment options

Answer selected by ericchernuka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants