Hasnain Ahmad Khan
Results
3
comments of
Hasnain Ahmad Khan
It works fine on Android but it give warning on ios , i have installed pods `no info about this app`
Same Here
You can disable caching by adding this line in your `api/prompt/route.ts` ```js export const dynamic = "force-dynamic"; ``` you can check options [here](https://nextjs.org/docs/app/building-your-application/data-fetching/fetching-caching-and-revalidating#opting-out-of-data-caching)