Mohamed Hussein
Mohamed Hussein
when the backend call coming with fields that has null and this fields are mapped in the v-model it always throw this error Cannot read property 'normalize' of null what...
### Before opening, please confirm: - [X] I have checked to see if my question is addressed in the [FAQ](https://github.com/aws-amplify/amplify-hosting/blob/master/FAQ.md). - [X] I have [searched for duplicate or closed issues](https://github.com/aws-amplify/amplify-hosting/issues?q=is%3Aissue+)....
Hello We are using Djmoney but when sending post request from frontend using money formated in the german money format meaning the Decimal seperator is ( , ) not (...
Hello I am using NuxtJs and keeps getting this weird error I tried moving in many places my code but it doesn't seem to work I'm using the persistent option...
Hello, Great library and seems easy but the documentation a bit lacking on explaining the setup of the superRole If I made ``` import Vue from 'vue'; import VueGates from...
You must specify a value in the directive. - is it possible to be able to pass empty v-permission ?
I have a situation that I need to pass empty permission but I keep getting the console.error You must specify a value in the directive. so is this a must...
this.$matomo is not readable and undefiend resulting in the error in the title my nuxt.config.js  I'm trying to use it in layouts in fetch() ``` this.$matomo.setConsent(true) ``` this is...
im trying to call `.setConsent()` after user logs in. but if the user already loggedin and opened any other page not through the login page the consent is not remembered...