Parse Initialization Error in Pinia Store with Vue 3
I am working on a Vue 3 application that uses Pinia for state management and Parse as a backend service. The issue I am encountering involves the initialization of Parse and its subsequent use in a Pinia store. I am relatively new to Vue/Parse and this is my first time attempting to use Pinia. I am expecting that the issue comes from my understanding of the lifecycle of Vue applications
In my main.js file, I am initializing Parse like this: