Rejox
Rejox
NNuxt
Created by Rejox on 8/4/2024 in #❓・help
Executing events at specific time
Im using supabase, and they have Edge Functions that I can run every minute, so thats what I went for
17 replies
NNuxt
Created by Rejox on 8/4/2024 in #❓・help
Executing events at specific time
I have chosen to use a cronjob
17 replies
NNuxt
Created by Rejox on 8/4/2024 in #❓・help
Executing events at specific time
U missed the:
I know I can use like a scheduler to run every second, but I dont think thats the best practice, or is it?
I know I can use like a scheduler to run every second, but I dont think thats the best practice, or is it?
part, but no worries 😄 Looks like its the best option to go with
17 replies
NNuxt
Created by Rejox on 8/4/2024 in #❓・help
Executing events at specific time
With this, I have to check every second if theres an enddate reached which looks like bad for performance for this usecase
17 replies
NNuxt
Created by Rejox on 8/4/2024 in #❓・help
Executing events at specific time
As far as I could see its about scheduling it x amount of time, instead of executing it at an exact datetime. The usecase here is to start a task, and to give the task and enddate, when it reaches the enddate, it need to be validated. So I need to execute a validation function at the set endDate
17 replies
NNuxt
Created by Sorio on 7/11/2024 in #❓・help
Nuxt X Supabase Oauth with Github
You need to register your callback url in supabase under redirects
7 replies
NNuxt
Created by Sorio on 7/11/2024 in #❓・help
Nuxt X Supabase Oauth with Github
No description
7 replies
NNuxt
Created by Sorio on 7/11/2024 in #❓・help
Nuxt X Supabase Oauth with Github
Didnt look at the docs, but ur using OTP (one time pass) instead of oAuth
7 replies
NNuxt
Created by Rejox on 7/5/2024 in #❓・help
Package error on server side in production
I haven't found yet where I can do that on an App Platform, but if I find if its possible I'll surely do
23 replies
NNuxt
Created by Rejox on 7/5/2024 in #❓・help
Package error on server side in production
I think im having to implement the api instead of using sdk, cant find no fix
23 replies
NNuxt
Created by Rejox on 7/5/2024 in #❓・help
Package error on server side in production
Yep, all didnt work
23 replies
NNuxt
Created by Rejox on 7/5/2024 in #❓・help
Package error on server side in production
So im not sure if a reproduction is gonna cause this issue to reproduce
23 replies
NNuxt
Created by Rejox on 7/5/2024 in #❓・help
Package error on server side in production
Yep, it only is on DO, not in my prod on localhost. Used:
npm run build
node .output/server/index.mjs
npm run build
node .output/server/index.mjs
@manniL / TheAlexLichter
23 replies
NNuxt
Created by Rejox on 7/5/2024 in #❓・help
Package error on server side in production
I have actually never done that, will do that asap
23 replies
NNuxt
Created by Rejox on 7/5/2024 in #❓・help
Package error on server side in production
I saw some issues on it on github aswell, telling to put it in build transpile, but didnt work unfortunately either
23 replies
NNuxt
Created by Rejox on 7/5/2024 in #❓・help
Package error on server side in production
But its only when I build it on digital ocean though, not locally. Do u think people will reproduce it on DO?
23 replies
NNuxt
Created by Rejox on 7/5/2024 in #❓・help
Package error on server side in production
Sorry that would be my first, how to address a reproduction for it to be useful?
23 replies
NNuxt
Created by Rejox on 7/5/2024 in #❓・help
Package error on server side in production
This error is in my digital ocean build logs
23 replies
NNuxt
Created by Rejox on 7/5/2024 in #❓・help
Package error on server side in production
[forgem-dynmap-saas] [2024-07-05 12:30:16] │ [forgem-dynmap-saas] [2024-07-05 12:30:16] │ WARN "@lemonsqueezy/lemonsqueezy.js" is imported by "server/api/v1/license/validate.post.ts", but could not be resolved – treating it as an external dependency. [forgem-dynmap-saas] [2024-07-05 12:30:1
23 replies
NNuxt
Created by Rejox on 5/14/2024 in #❓・help
callOnce Hydration Issue
Wasn't awaiting async methods in the callOnce
4 replies