hz2222
hz2222
NNuxt
Created by hz2222 on 9/27/2024 in #❓・help
sending notifications in Nuxt
Thank you , and what if later I want to make it into a mobile app?
10 replies
NNuxt
Created by hz2222 on 9/27/2024 in #❓・help
sending notifications in Nuxt
The first version is a webapp
10 replies
NNuxt
Created by hz2222 on 9/27/2024 in #❓・help
sending notifications in Nuxt
Maybe an email sender would do the job?
10 replies
NNuxt
Created by hz2222 on 9/27/2024 in #❓・help
sending notifications in Nuxt
In my case I need notifications to tell the user if somebody wants to buy one of his item.
10 replies
NNuxt
Created by Bobakanoosh on 9/21/2024 in #❓・help
i18n language auto detection not working
Did u solve it?
5 replies
NNuxt
Created by hz2222 on 8/3/2024 in #❓・help
Does stripe send the invoice by email after every payment automatically?
And is there any way to see if it is really works in test?
10 replies
NNuxt
Created by hz2222 on 8/3/2024 in #❓・help
Does stripe send the invoice by email after every payment automatically?
As a receipt after every purchase
10 replies
NNuxt
Created by hz2222 on 7/20/2024 in #❓・help
how to add additional data to the user with supabase signUpWithPassword in Nuxt?
No . I want to have an admin middleware that checks if the user is an admin or not and redirects to the homepage if not, but i have no idea how should I do this bc I dont want to store any secret data like user role in a pinia userStore .
4 replies
NNuxt
Created by Luckystriike on 4/12/2024 in #❓・help
OGImage not showing
Thx , but how do you fetching the data for the seo? With asyncData?
66 replies
NNuxt
Created by Luckystriike on 4/12/2024 in #❓・help
OGImage not showing
How did u achive this? I am working on a similar problem
66 replies
NNuxt
Created by hz2222 on 5/1/2024 in #❓・help
How can I get the user's ip address
yes thx, now I can see it in the terminal , but i want to send back the url to the backend so I can see which page the users came from the most, because of marketing
29 replies
NNuxt
Created by hz2222 on 5/1/2024 in #❓・help
How can I get the user's ip address
Hi , I copied this code into server/middleware/log.ts but I see nothing in the console...
29 replies
NNuxt
Created by hz2222 on 5/30/2024 in #❓・help
why is useSeoMeta not working?
then how should i do it?
4 replies
NNuxt
Created by hz2222 on 5/2/2024 in #❓・help
how to get the url where the user came from
Its not working for me
6 replies
NNuxt
Created by hz2222 on 5/2/2024 in #❓・help
how to get the url where the user came from
6 replies
NNuxt
Created by hz2222 on 5/1/2024 in #❓・help
How can I get the user's ip address
Can I do the same thing with an Apache server?
29 replies
NNuxt
Created by hz2222 on 5/1/2024 in #❓・help
How can I get the user's ip address
Thank you!!!
29 replies
NNuxt
Created by hz2222 on 5/3/2024 in #❓・help
how to use router in a pinia store in Nuxt 3?
I made a plugin : export default function ({ $pinia, $router }) { $pinia.use(({ store }) => { store.$router = $router }) } and now its working
10 replies