michael-scheurer

Results 7 comments of michael-scheurer

See for a fully working example: https://github.com/TAC/nuxt-vuex-typescript-example/blob/master/app/src/store/modules/counter.ts

Solved the exact same problem by not accessing class member variables or class methods directly from within an action but instead via a commit() from inside an action method.

Ended up with the exact same behavior.

To sum up, the working solution is `/assets/?download&access_token=`

Could help others: The exact same issue appears, if you misspell the name of the collection in your api query (also it is case sensitive!).

Yeah. Good idea. Re-using the same logic and the same approach is always best.

![image](https://user-images.githubusercontent.com/70939054/155160029-ab9a3b3c-5c1c-4534-9874-ce133317aee9.png)