Hi there,
i am currently developing a Shopify app using the remix template and want to host it on fly.io. I tried to mount the prisma databank on a volume but it didn’t seem to work. Entries are somehow saved but could not be read in the app. Has someone encountered this problem before? Do you think it would be best to just host the prisma on another machine and connect the app to it instead of mounting it to a volume?
Here are some pictures of the files where i configured where the database should be mounted.
schema.prisma
fly.toml
Any help or comments regarding this topic would be appreciated ![]()

