Dalmas Nyaboga Ogembo

Results 12 comments of Dalmas Nyaboga Ogembo

![image](https://user-images.githubusercontent.com/49430208/199704712-ab629237-f879-41a0-aa64-e4ce560120c2.png) ![image](https://user-images.githubusercontent.com/49430208/199704777-8eeb6c69-2fc1-482e-baa0-7fe04bedb966.png) 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 ![image](https://user-images.githubusercontent.com/6294823/203381697-742d6170-e051-4f83-9183-e73a1fce6e1e.png) > > 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 ![image](https://user-images.githubusercontent.com/6294823/203381697-742d6170-e051-4f83-9183-e73a1fce6e1e.png) > > 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...