alex
alex
NNuxt
Created by alex on 9/27/2024 in #❓・help
nuxt pages blank before showing anything
ok I made myself a small simple mini example where I simulate a fetch call via setTimeout and onMounted and it seems the rendering is not being suspended or smth.... It must be something else.... the fetching is coming from a composable which is using an rpc call to get the data... I dont know RPC that well but could that be the problem?
2 replies
NNuxt
Created by alex on 6/24/2024 in #❓・help
autoimports not updating
ok I removed the function but not the export declaration... my bad! 😉
3 replies
NNuxt
Created by alex on 11/21/2022 in #❓・help
HMR in docker not working
solved it via a docker-compose file and map both ports there... without the compose it wont work... anyway the main issue is been solved... thanks
7 replies
NNuxt
Created by alex on 11/21/2022 in #❓・help
HMR in docker not working
was that correct with the solution I posted? Because now when I stop and restart the container I am getting another error which I did not get before: Error: listen EADDRINUSE: address already in use /tmp/nitro/worker-29-1.sock
7 replies
NNuxt
Created by alex on 11/21/2022 in #❓・help
HMR in docker not working
it works... thanks
7 replies
NNuxt
Created by alex on 11/21/2022 in #❓・help
HMR in docker not working
so adding EXPOSE 24678 should solve the issue?
7 replies