MIDI
MIDI
Explore posts from servers
NNuxt
Created by MIDI on 10/19/2024 in #❓・help
FIXED: nuxt-auth-utils google oauth working on localhost, not on domain
Because redirectURL is required for the google oauth handler, I think it should be a hard error to not supply it, so I'll create an issue for that eh?
4 replies
NNuxt
Created by MIDI on 10/19/2024 in #❓・help
FIXED: nuxt-auth-utils google oauth working on localhost, not on domain
Fixed it, I had forgotten to put
config: {
redirectURL: process.env.GOOGLE_REDIRECT
},
config: {
redirectURL: process.env.GOOGLE_REDIRECT
},
in my handler. Strange that it worked for localhost but oh well
4 replies
NNuxt
Created by MIDI on 10/19/2024 in #❓・help
FIXED: nuxt-auth-utils google oauth working on localhost, not on domain
How do I go about debugging this? When I look into the code, I just see magicast stuff and my search bottoms out.
4 replies
NNuxt
Created by MIDI on 10/1/2024 in #❓・help
Importing images shows error in vscode, works in build
This is a problem with vscode using typescript checking instead of nuxt checking. You can disable it by making a index.d.ts containing:
declare module '*.jpg'
declare module '*.mp4'
declare module '*.jpg'
declare module '*.mp4'
etc..
2 replies
DTDrizzle Team
Created by MIDI on 6/16/2024 in #help
Switching between single and composite primary keys
Shame, I'm sure there are many like us who would be happy to contribute to drizzle-kit
9 replies
DTDrizzle Team
Created by MIDI on 6/16/2024 in #help
Switching between single and composite primary keys
thanks for taking a look grrowl. I guess, and I say this without any negativity, that a little must be held back when VC funding is extended.
9 replies