dataexcess
dataexcess
EDIT: I'm stupid I was using the wrong component name in my code XD Vue.component('Nipple', Nipple); fixed it.
> Has anyone found a solution for Nuxt 3? It did not manage to overcome this issue. > > Whenever I load ffmpeg, I get the error, and establishing these...
> > > Has anyone found a solution for Nuxt 3? It did not manage to overcome this issue. > > > Whenever I load ffmpeg, I get the error,...
Thank you @bf for mentioning this. Given thart you tried to make production server work with nuxt.socket.io, what would be a solution to this problem? Is it possible without changing...
Ok interesting! Yes I am quite annoyed and disappointed with the nuxt.socket.io maintainer as he describes in his 'contributing' page: "Since the nuxt-socket-io has reached a stable state I'm currently...
Thank you I will try this code! I am not blaming the maintainer I am really grateful for his work and I understand it is not easy. But to get...
@bf Thank you your code did the trick 🙏
@timstrasser You need to put the socket.io server-side code in server/plugins folder. Call it e.g. "socket.io" => /server/plugins/socket.io.ts ``` import { Server } from 'socket.io' export default defineNitroPlugin((nitroApp) => {...
How can I use web3Modal with nuxt 3 ?? there must be some simple example?? using use-wagmi plugin I did not manage to replace the connector with web3modal (as is...
I tried... I don't see the modal opening... ``` Connect Wallet import { configureChains, createConfig, mainnet, sepolia } from 'use-wagmi' import { EthereumClient, w3mConnectors, w3mProvider } from '@web3modal/ethereum' import {...