y471n
y471n
# Question Hello, In the upgrade helper I cannot find the option to upgrade from the `v0.64.3`. Also, running: `npx react-native upgrade` gives the following: ``` warn Package @unimodules/react-native-adapter has...
**Version**: 4.0.1 The `app/build.gradle` has the following: ``` defaultConfig { multiDexEnabled true ... ``` and: ``` configurations.all { resolutionStrategy { eachDependency { DependencyResolveDetails details -> if (!details.requested.name.contains('onfido')) { if (details.requested.group...
Is there a configuration to upload files like in web-sdk as a fallback in case we don't want to do live image capture?
### Suggestion When trying to incorporate the Supabase authentication using the code suggested in the docs: ``` export const useDBTest = routeLoader$(async (requestEv) => { const supabaseClient = createServerClient( import.meta.env.PUBLIC_SUPABASE_URL,...
### Which component is affected? Qwik Rollup / Vite plugin ### Describe the bug I added Prisma in endpoints and tried fetching data with it. The build fails with Netlify...
### Which component is affected? Qwik Playground ### Describe the bug The serialization graph tutorial on the website isn't working at the URL: https://qwik.builder.io/tutorial/store/serialization/ ### Reproduction https://qwik.builder.io/tutorial/store/serialization/ ### Steps to...
Hi, I was wondering if you guys can create a [Qwik](https://qwik.builder.io/) example as well for best practices such as you've for NextJS: ``` let prisma: PrismaClient if (process.env.NODE_ENV === 'production')...
# Bug report Qwik's build fails with the latest version of Supabase. Earlier running v2.33.2 was fine. ## Describe the bug On running `npm run build`, getting the following error:...