Invalid category error in turborepo but no idea where its coming from
Unanswered
Philippine Crocodile posted this in #help-forum
Philippine CrocodileOP
I got a project with many packages including a nextjs webapp, mintlify, nodejs, ioredis and db package. The project is managed by turbo 2.4.4. i run bun turbo dev and then see a bunch of Invalid category spam in stdout.
I checked the db write queries, mintlify and redis code but didnt see anything that was conclusive of a invalid category.
what do i do next?
I checked the db write queries, mintlify and redis code but didnt see anything that was conclusive of a invalid category.
what do i do next?
6 Replies
could you show the screenshot from your terminal showing all those warnings
Philippine CrocodileOP
@Yi Lon Ma some screenshots from the beginning its long.
The last image is where the errors appear & after that it continues printing mintlify and invalid category errors
The last image is where the errors appear & after that it continues printing mintlify and invalid category errors
try to use --filter in turborepo to run each app one by one to narrow down which app is giving this error
Philippine CrocodileOP
@Yi Lon Ma tried that one at a time, didnt find where its happening yet.
i also ran this command with different panes for different apps with [zellij layout](https://zellij.dev/). in there it does not print invalid category even once, its odd
i also ran this command with different panes for different apps with [zellij layout](https://zellij.dev/). in there it does not print invalid category even once, its odd
it most likely is coming from your mintlify app
Philippine CrocodileOP
i ran mintlify with a filter however it doesnt seem to show the invalid category error
bun run --filter=@homehost/docs dev