[Vuejs]-Vuejs2: Works perfectly locally, Builds fine. Throws "cannot read property call" error when deployed

0👍

I solved this problem. The problem was in the naming of the folders of which the components were nested… one was name _core and the other _auth. After renaming those without the prefix, it worked great.

Leave a comment