Sandrin Joy
Sandrin Joy
NNuxt
Created by Sandrin Joy on 5/31/2024 in #❓・help
net::ERR_ABORTED 502 (Bad Gateway)
We are getting too many net::ERR_ABORTED 502 (Bad Gateway) for files on local development and after refreshing several times it goes away. then again it randomly comes up. it doesn't happen when we run directly on localhost. but happens when we use caddy and use a proxy url. anyone faced similar issue & found a fix for this?
1 replies
NNuxt
Created by Sandrin Joy on 5/27/2024 in #❓・help
how to avoid .value from return value of a composable
here i have a composable export const useUser = () => { const { status, data } = useAuth(); const { $store } = useNuxtApp(); const user = computed(() => $store.state.user); return { loggedIn: computed(() => status.value === "authenticated"), user, }; }; for using it, i have to always type loggedIn.value how to use it just as loggedIn ?
5 replies
NNuxt
Created by Sandrin Joy on 4/11/2024 in #❓・help
how to use tailwind-merge with primevue and formkit
Hi we are currently migrating from vue 2 to vue3 , and thought of using primevue, formkit and tailwind. But currently we have no idea how to use tailwind-merge to override the tailwind classes.
1 replies