Ali Seivani

Results 16 issues of Ali Seivani

- [ A CORS policy error ] - [ Gridsome as front and Axios for HTTP requests ] - [ WP-Graphql v1.6.7 ] - [ WPGraphQL Cors installed ] -...

question
status: awaiting reviewer response
stale

After installing strapi Comments plugin endpoints are not available. ``` "@strapi/plugin-graphql": "^4.3.3", "@strapi/plugin-i18n": "^4.3.3", "@strapi/plugin-users-permissions": "4.3.3", "@strapi/strapi": "4.3.3", "mysql": "2.18.1", "strapi-plugin-comments": "^2.1.7", "strapi-plugin-import-export-entries": "^1.5.0", "strapi-plugin-sitemap": "^2.0.8" ``` Example query ```...

My project is using Vue 3 + vite + vue-router v4. This plugin it requires vue-router v3. Any plans for a new release that works with vue-router@4? Thank you.

I am trying to get a dynamic title for useMeta with composition API but it does not work. ``` import { computed } from 'vue' import { POST } from...

Thank you for the useful starter template. However after I uncomment the database line I realized there is a syntax error.

Following the documentation for adding plyr as a plugin to Nuxt, "vue-plyr" is not globally registered. There is also a warn message `WARN Plugin /plugins/vue-plyr.js has no default export and...

Mentioned [here](https://brave.com/privacy-updates/21-blocking-cookie-notices/) Brave browser will block the consent message. in this case it blocks the whole website because of this plugin.

I have trouble getting the new array list. here is my code ``` {{ index }} - {{ element.name }} const elements = [ { id: "1", name: "one" },...

Hello. Thank you for the handy plugin. However when I am on mobile device and open the camera, size of the view seems to be fixed and resolution property don't...

### Describe the feature The backend I am working with [Traccar](https://www.traccar.org/api-reference/#tag/Session/paths/~1session/post) does not return an access token in the response and token is generated via another request. How to override...

question