Nathan Rogers
Nathan Rogers
I'm also getting this with Ubuntu 16.04 and driver version 17.40. Running as root.
This looks like it's happened before and the workaround here worked for me: #295
I really also need this! Our dev environments are https and we need the emulator firestore and functions to work over https as well. I was able to work around...
Same issue for me in a Drupal environment with WSL2 and Windows 11. Everything works in version 1.10.1.
Here are my file associations: ``` "files.associations": { "*.inc": "php", "*.info": "ini", "*.install": "php", "*.module": "php", "*.php": "php", "*.test": "php", "*.theme": "php", "*.tpl.php": "php" }, ``` Here are the only...
I updated the packages in my WSL2 (Ubuntu 20.04) environment and now everything is working on v1.10.2 🤷 so I'm guessing it was just a version issue with something...
Pretty sure this is caused by this: nuxt/nuxt#26396 It doesn't seem to actually be fixed...
This bug doesn't exist in the older version of nuxt/nuxi (I'm not sure which). You can get around this issue for now by requiring an older version. For me I...