Mojtaba Barari

Results 21 issues of Mojtaba Barari

I'm trying to use it with Prisma and it works fine on dev, but on build, request to database wont return result but return page html instead in response. is...

Hi. It's more a question: how can I config pwa to ask users for installation in devices other than desktop and in desktop only ask on a specified route ,...

It's not a bug, more of a feature! #### Vue.js version and component version nuxt v2.15.3 , vue-awsome-swiper v4.1.1 , swiper v5.4.5 #### What is Expected? add a peek option...

Hi, I'm using `"nuxt": "^2.15.8"` with `"@nuxtjs/auth": "^4.9.1"` . and my auth config in `nuxt.config.js` is like this: ```javascript auth: { strategies: { local: { endpoints: { login: { url:...

I'm using prisma and in my serverMiddleware I define endpoints to local database. but in built exe file it wont be called

bug 🐞
blocked/need-info ❌

Hi. I'm using live line chart and when I scroll bellow the chart on each update it moves up page scroll a little bit (my interval is 1000 so each...

Nuxt.js 2.15.8 @nuxtjs/vuetify 1.12.1 my app was working just fine until yesterday that i ran `npm i` . after that on page change i was getting this error: ``` client.js?06a0:103...

**Module version** Nuxt 2.15.4 Nuxt/Vuetify 1.11.3 **Describe the bug** every thing was fine and suddenly got these errors when deleted `node_modules` and `package-lock.json` and then used `npm i` and tried...

**Module version** "nuxt": "2.15.4" "@nuxtjs/vuetify": "1.12.1" "sass": "1.32.13" **Describe the bug** I have a navbar component added to my default layout that uses `v-navigation-drawer` and at first moment of page...

**Module version** 1.11.3 **Describe the bug** breakpoint options not working ```javascript //nuxt.config.js vuetify:{ rtl: process.env.SITE_DIRECTION === 'rtl' ? true : false , customVariables: ['~/assets/scss/variables_vuetify.scss'], breakpoint: { thresholds: { xs: 600,...