Deploying Nextjs app on Cloudflare workers
We must have wrangler installed globally: npm install -g wrangler In the project directory: npm install --save-dev @opennextjs/cloudflare In the project dir create wrangler.toml file…
Read more →Meta Ads ( Facebook, Instagram )
Google Ads
AI content creation ( Gemini, ChatGPT, Claude, Llama, Midjorney, Flux, SD RunwayML, Kaiber, Luma )
Prompt engineering
Fiverr: CTDev-AI
Instagram: @agiuser
LinkedIn: CTDev LTD
Β
We must have wrangler installed globally: npm install -g wrangler In the project directory: npm install --save-dev @opennextjs/cloudflare In the project dir create wrangler.toml file…
Read more →Problem: A `require()` style import is forbidden.eslint@typescript-eslint/no-require-imports with plugins: [require("tailwindcss-animate")], Solution: add to the top of your tailwind.config.js /* eslint-disable @typescript-eslint/no-require-imports */
Read more →pushing structure with npx prisma migrate dev or npx prisma db push produces error: Prisma schema loaded from prisma\schema.prisma Datasource "db": MySQL database Error: Prisma…
Read more →Error: Invalid prisma.course.findMany() invocation: error: Error validating datasource db: the URL must start with the protocol mongo. for whatever reason connection code provided by mongodb…
Read more →