Dalmas Nyaboga Ogembo
Dalmas Nyaboga Ogembo
  Same error occurs just by having routing in my next js app, help solve
> The error was caused by exporting a react component in lowercase ie `const index = () => {return }` Renaming to `const Index = () => {return }` solved...
Hello for my case it was not running any of my database periodic tasks after quite some search I realized that in my `how to run text file` I had...
Using `redis` solves the missing `periodic_task_name`
Use this combination then, it might help ``` Django==4.0.4 celery==5.2.7 redis==4.5.5 django-celery-beat==2.5.0 django-celery-results==2.5.1 ``` These are the versions am using in my project. They work well with me
Hello, was having the same issue but the solution I got only solved one not the other. I was dynamically loading/settings tasks using django celery beat and database scheduler but...
Hello guys, am back with a different finding after a number of hours of trying to get periodic task name to show up, one might ask why I wanted this,...
> Hi, Fresh install of the nextjs is giving me the same error  > > I have no idea what is this Have you changed anything in the code?
> Hi, Fresh install of the nextjs is giving me the same error  > > I have no idea what is this If you are using typescript for your...
Hello, guys, just found out what is happening with such an install, it is not a bug, it is something critical in next js, and for my take it is...