Vince
Vince
I am having this same issue currently trying to publish to the apple store: > ITMS-90683: Missing Purpose String in Info.plist - Your app's code references one or more APIs...
I am using codemagic to publish my app which should not require running a `flutter clean` as it should be a completely fresh build environment every time. I'm not sure...
> On stackoverflow, like this one, people mentioning that there might be third-party frameworks, external libraries or SDK's which might try to use Bluetooth. Are you sure this is not...
I am having the same error, although I am not using nextjs. My tech stack looks different but I suspect there might be some commonalities here. I am using prisma...
Yeah, I just set up a new repo to illustrate this, hope it helps show how the app is structured: https://github.com/eventrentalsystems/astro-deno-prisma The `astro.config.mjs` looks like this: ```js export default defineConfig({...
@Druue I'm not sure about your problem but I added an .env.example that can be copied and should work for connecting to a local mysql database if you update the...