/home/devNaimul
/home/devNaimul
Explore posts from servers
NNuxt
Created by /home/devNaimul on 6/25/2024 in #❓・help
Infinite redirect in middleware
export default defineNuxtRouteMiddleware(async (to, from) => { const url = useRequestURL(); if (!url.href.includes("localhost:3000") && !url.href.includes("ejily.com")) { // return abortNavigation(); return navigateTo("/"); } }); this is working now.
6 replies
NNuxt
Created by /home/devNaimul on 6/25/2024 in #❓・help
Infinite redirect in middleware
how can i get full url in middleware ?
6 replies
NNuxt
Created by /home/devNaimul on 6/25/2024 in #❓・help
Infinite redirect in middleware
@manniL / TheAlexLichter please help
6 replies
NNuxt
Created by /home/devNaimul on 3/28/2024 in #❓・help
nuxt 3 theming
thanks .it's work ❤️
8 replies
NNuxt
Created by /home/devNaimul on 3/28/2024 in #❓・help
nuxt 3 theming
here Nuxt3 autoimport feature not working?
8 replies
NNuxt
Created by /home/devNaimul on 3/28/2024 in #❓・help
nuxt 3 theming
https://github.com/Naimul007A/nuxt-theming.git if you have free time .please see this 🙂
8 replies
NNuxt
Created by /home/devNaimul on 3/28/2024 in #❓・help
nuxt 3 theming
<component is="ShopusProductWrapper" /> still not working
8 replies
NNuxt
Created by /home/devNaimul on 3/28/2024 in #❓・help
nuxt 3 theming
<shopusProductWrapper /> so why this is working?
8 replies
NNuxt
Created by /home/devNaimul on 3/28/2024 in #❓・help
nuxt 3 theming
<component is="shopusProductWrapper"/> why this is not working in nuxt3 ?
8 replies
NNuxt
Created by /home/devNaimul on 3/28/2024 in #❓・help
nuxt 3 theming
No description
8 replies
FFilament
Created by /home/devNaimul on 2/27/2024 in #❓┊help
Live Server Deploy problem
i have already change my APP_URL but it's still not working. please explain where i can put this URL::forceHttps().
5 replies