Vincent Blondaux
Vincent Blondaux
**[BUG]** On Laravel 8.10.0, i have theses issues installing jwt-auth-guard: ``` Your requirements could not be resolved to an installable set of packages. Problem 1 - irazasyed/jwt-auth-guard[dev-master, v1.0.0, ..., v1.0.4]...
This code **is working perfectly in local**, but not in prod : _DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method_ ``` Install on...
Hi! Whatever the browser, it returns FALSE: ``` { "userAgent": "", "isMobile": false, "isMobileOrTablet": false, "isTablet": false, "isDesktop": true, "isIos": false, "isAndroid": false, "isWindows": false, "isMacOS": false, "isDesktopOrTablet": true, "isSafari":...
Hi! I have an issue with this extension. `Call to undefined method App\Models\Product::getMedia()` My model: ``` use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use Spatie\MediaLibrary\MediaCollections\Models\Media; class Product extends Model { use HasFactory; public...
Hi! I installed this package on my Nuxt application, My page: ``` export default { layout: "main", data(){ return { images: [ '@/assets/images/famille-1.jpg', '@/assets/images/famille-2.jpg', '@/assets/images/famille-3.jpg', '@/assets/images/famille-4.jpg', '@/assets/images/famille-5.jpg', '@/assets/images/famille-6.jpg', ] }...
Hi everybody! I'm working on a website and its admin. Problem : when i save my SCSS, Live Sass Compiler compil ALL my SCSS files, in all folders (so, Admin...
Is it compatible with nova 4 ? I have an issue with jsonSerialize() :(
Hi! I'm using this package, and i have this issue: `Access to XMLHttpRequest at 'https://api.instagram.com/v1/users/self/media/recent?access_token=###TOKEN###&count=3' from origin '###URL###' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on...
Hi! I followed the guidelines, but i have this issue: `User is not set`  In my .env file, i have only this variable: ``` MAIL_MAILER=mailjet MAILJET_APIKEY= [my api key]...
Hi! On Nuxt 2, I install the package `npm install -D @nuxtjs/device` I added '@nuxtjs/device', on the buildModules array (nuxt.config.js) I just added this code to my page: ``` Desktop...