szobi
refresh page after back to tap on mobile
Hello, l created a login by metamask using wagmi.sh.
all connectors and logic are in modal which is inside app.vue
l have problem with the following case:
When I choose MetaMask, the SDK redirects me to the MetaMask app to connect the wallet. However, after manually returning to the page, the app refreshes, and the modal closes.
any idea why?
10 replies
Problem with envs in docker
Helllo, l have a problem with envs to redis connect
l hosted app in docker with custom image
its my nuxt.config
server/plugins/storage.ts
But after docker compose up app see only envs from runTime.public
redisHost and others are empty 😦 and redis want connect to default 127.0.0.1 server
any ideas?
2 replies
custom modules i n Nuxt Layers
Hi,
I am creating a layer that will be used in many projects. In the layer I have three modules that are responsible for, for example, syncing snippets from the backend, in general, a lot of it is based on folders and files. (modules are in the local modules folder)
I have a problem because when I extend in the main project where I use this layer, it shows me that this module is missing. Is it possible to play it somehow or do the modules have to be as separate packages?
2 replies