Luke
Explore posts from serversCCConvex Community
•Created by Luke on 4/10/2025 in #support-community
Best Practice for Serving Assets URLs with File Extensions
Hello Convex community!
I'm currently working on a project where I need to serve various assets such as images, textures, and GLB files from URLs that have proper extensions like .png, .jpg, and .glb. However, I'm struggling to find the best way to achieve this within the Convex framework.
Could anyone provide guidance or best practices on how to properly serve these types of assets with the specified extensions? Any tips on handling URLs with these extensions would be greatly appreciated!
Thank you!
5 replies
PPrisma
•Created by Luke on 11/21/2024 in #help-and-questions
ORM for Expo, Android Build. Error: Unable to resolve module .prisma/client/react-native
Hey everyone. I'm trying to run an Android expo build on a project with the react-native-prisma.
Here is my branch for reference: https://github.com/luketurnbull/todo-native-app/tree/lukes-local-first-todo
I'm getting the following error in the
Run gradlew
step.
Error: Unable to resolve module .prisma/client/react-native from /home/expo/workingdir/build/node_modules/@prisma/client/react-native.js: .prisma/client/react-native could not be found within the project or in these directories:
node_modules
1 | module.exports = {
2 | ...require('.prisma/client/react-native'),| ^ 3 | } 4 | prisma.schema: eas.json:
11 replies