Results 117 comments of Towfiq I.

@mrcloudbook Can you please share your domain, and some of the keywords with their country and device settings? I will try to recreate the issue. And kindly make sure your...

@mrcloudbook Just added the domain and the keyword and scraped with scrapingrobot without any issues. How are running the app? Can you please check the logs?

Could recreate the bug. This happened because on new installs cheerio's latest version was being installed which has a different import method. Fixed in version v2.0.5. Please pull the latest...

Same issue here.

had to use any type while setting the attributes that were throwing this error: ``` await db.update(wordpress).set({ lastUpdated: sql`NOW()`, plugins: JSON.stringify(plugins) as any, themes: JSON.stringify(themes) as any, core: JSON.stringify(core) as...

Those who are having an issue. A quick workaround is to install the drizzle-orm & drizzle-kit in the root turborepo folder with `npm install --force drizzle-orm drizzle-kit` and then remove...

@ingeniumdesign Please check the log of your docker instance and if there's an error message, share it here.