Kingerious
Kingerious
try using this: https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf i use it, it works
> > try using this: https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf i use it, it works > > Definitely, it works but this is not the right solution as you can't force users to download...
Okay 👍
Im getting the same error, but with jsx and nextjs
im getting the same error, Im on windows 10. I treied reinstalling node_modules and even nodejs, but still dosent work
```bash node:internal/modules/cjs/loader:1302 return process.dlopen(module, path.toNamespacedPath(filename)); ^ Error: The specified module could not be found. \\?\D:\Learning-Nodejs\YoutubeShortsGenerator\node_modules\gl\build\Release\webgl.node at Module._extensions..node (node:internal/modules/cjs/loader:1302:18) at Module.load (node:internal/modules/cjs/loader:1081:32) at Module._load (node:internal/modules/cjs/loader:922:12) at Module.require (node:internal/modules/cjs/loader:1105:19) at require (node:internal/modules/cjs/helpers:103:18)...
So this will never work again then?
I am getting the same error, any updates?
sorry, heres my code: ```js await upload(config.YOUTUBE_CREDENTIALS, [video]).then((link) => { const comment1 = { link, comment: "e", }; comment(config.YOUTUBE_CREDENTIALS, [comment1]).then(console.log); console.log("Shutting Down."); }); ``` (uploading works)
Having the exact same error with ion-toolbar. Anyone find a solution yet?