Orbis
Had nuxt project then trying to use nuxt UI
I copied your shared code here but i dont see any error: https://codesandbox.io/p/devbox/nuxt-ui-pro3-fdcykl
36 replies
Docker nuxt $fetch and useFetch
You should alsways take the "public" adress/host. In your case api.localhost.
the service name php will only work server-side. Services from a compose stack know each other by the service name, but if you send html and js to your browser and fetch there, your browser does not know php as adress, because it's on your machine and not inside the stack
11 replies
How to use svg
nuxt icon does supprt custom https://nuxt.com/modules/icon#custom-local-collections
22 replies