Dominik
Dominik
Explore posts from servers
BABetter Auth
Created by Dominik on 4/19/2025 in #help
Expo plugin isn't a valid plugin
As for the package file its basically just this
{
"name": "backend",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"postinstall": "prisma generate"
},
"dependencies": {
"@better-auth/expo": "^1.2.7",
"@hono/node-server": "^1.14.1",
"@prisma/client": "^6.6.0",
"better-auth": "^1.2.7",
"dotenv": "^16.5.0",
"hono": "^4.7.7",
"prisma": "^6.6.0"
},
"devDependencies": {
"@types/node": "^20.11.17",
"tsx": "^4.7.1",
"typescript": "^5.8.3"
},
"packageManager": "[email protected]"
}
{
"name": "backend",
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"build": "tsc",
"postinstall": "prisma generate"
},
"dependencies": {
"@better-auth/expo": "^1.2.7",
"@hono/node-server": "^1.14.1",
"@prisma/client": "^6.6.0",
"better-auth": "^1.2.7",
"dotenv": "^16.5.0",
"hono": "^4.7.7",
"prisma": "^6.6.0"
},
"devDependencies": {
"@types/node": "^20.11.17",
"tsx": "^4.7.1",
"typescript": "^5.8.3"
},
"packageManager": "[email protected]"
}
14 replies
BABetter Auth
Created by Dominik on 4/19/2025 in #help
Expo plugin isn't a valid plugin
its basically a brand new project only has the expo plugin in it
14 replies
BABetter Auth
Created by Dominik on 4/19/2025 in #help
Expo plugin isn't a valid plugin
Anyone got any idea?
14 replies
BABetter Auth
Created by Thorlon on 4/19/2025 in #help
Multiple apps sharing the same database using Better Auth
Hey @Thorlon noticed you use the same stack as me did you also run into this issue #Expo plugin isn't a valid plugin?
19 replies
BABetter Auth
Created by Dominik on 4/19/2025 in #help
Expo plugin isn't a valid plugin
Done that too same thing somehow
14 replies
BABetter Auth
Created by Dominik on 4/19/2025 in #help
Expo plugin isn't a valid plugin
I also just reinstalled my packages still doesnt seem to be working
14 replies
BABetter Auth
Created by Dominik on 4/19/2025 in #help
Expo plugin isn't a valid plugin
Yea just checked the github seems like it
14 replies
BABetter Auth
Created by Dominik on 4/19/2025 in #help
Expo plugin isn't a valid plugin
They are both on 1.2.7, I think thats the newest version
14 replies
BABetter Auth
Created by Dominik on 4/19/2025 in #help
Expo plugin isn't a valid plugin
with this config:
export const auth = betterAuth({
trustedOrigins: ["myapp://"],
plugins: [expo()],
database: prismaAdapter(prisma, {
provider: "postgresql",
}),
emailAndPassword: {
enabled: true,
},
socialProviders: {
google: {
clientId: process.env.GOOGLE_CLIENT_ID!,
clientSecret: process.env.GOOGLE_CLIENT_SECRET!,
},
apple: {
clientId: process.env.APPLE_CLIENT_ID!,
clientSecret: process.env.APPLE_CLIENT_SECRET!,
//appBundleIdentifier: process.env.APPLE_APP_BUNDLE_IDENTIFIER!,
},
facebook: {
clientId: process.env.FACEBOOK_CLIENT_ID!,
clientSecret: process.env.FACEBOOK_CLIENT_SECRET!,
},
},
});
export const auth = betterAuth({
trustedOrigins: ["myapp://"],
plugins: [expo()],
database: prismaAdapter(prisma, {
provider: "postgresql",
}),
emailAndPassword: {
enabled: true,
},
socialProviders: {
google: {
clientId: process.env.GOOGLE_CLIENT_ID!,
clientSecret: process.env.GOOGLE_CLIENT_SECRET!,
},
apple: {
clientId: process.env.APPLE_CLIENT_ID!,
clientSecret: process.env.APPLE_CLIENT_SECRET!,
//appBundleIdentifier: process.env.APPLE_APP_BUNDLE_IDENTIFIER!,
},
facebook: {
clientId: process.env.FACEBOOK_CLIENT_ID!,
clientSecret: process.env.FACEBOOK_CLIENT_SECRET!,
},
},
});
14 replies
BABetter Auth
Created by Tee on 3/28/2025 in #help
Extending organization.create
That would be awesome!
10 replies
BABetter Auth
Created by Tee on 3/28/2025 in #help
Extending organization.create
We would really appreciate having it.
10 replies
BABetter Auth
Created by Tee on 3/28/2025 in #help
Extending organization.create
How hard would it be to implement that?
10 replies
LSLurkr Support
Created by borgerbunz on 2/4/2025 in #support
Typo in /predict command description
Alright just fixed this, the next time the bot restarts this should be visible. Thanks for the report!
6 replies
LSLurkr Support
Created by borgerbunz on 2/4/2025 in #support
Typo in /predict command description
Will fix!
6 replies
BABetter Auth
Created by Tee on 12/31/2024 in #help
Is it possible to edit the core schema?
Damn that sucks hopefully they add that soon
4 replies
BABetter Auth
Created by Tee on 12/31/2024 in #help
Is it possible to edit the core schema?
This would be pretty good to know tbh
4 replies
DIAdiscord.js - Imagine an app
Created by 536b656c6c79 on 1/23/2024 in #djs-questions
Recieved 1 instruction to send a webhook but it send twice with different contents.
go for it sir
88 replies
DIAdiscord.js - Imagine an app
Created by 536b656c6c79 on 1/23/2024 in #djs-questions
Recieved 1 instruction to send a webhook but it send twice with different contents.
ohh yea gotcha
88 replies
DIAdiscord.js - Imagine an app
Created by 536b656c6c79 on 1/23/2024 in #djs-questions
Recieved 1 instruction to send a webhook but it send twice with different contents.
but its easy to setup
88 replies
DIAdiscord.js - Imagine an app
Created by 536b656c6c79 on 1/23/2024 in #djs-questions
Recieved 1 instruction to send a webhook but it send twice with different contents.
yea all my homies hate pm2
88 replies