project_fitness_app icon indicating copy to clipboard operation
project_fitness_app copied to clipboard

bodyPartsData is not iterable

Open techieio opened this issue 2 years ago • 8 comments

please check this code on SearchExercises.js: 18

techieio avatar Aug 06 '22 18:08 techieio

same here

Vassh007 avatar Aug 24 '22 05:08 Vassh007

After you sign up to RapidAPI itself, you still need to sign up for the ExerciseDB separately.

  1. Go to https://rapidapi.com/justin-WFnsXH_t6/api/exercisedb/
  2. Select the 'pricing' menu,
  3. Then select the 'Basic' plan.

Restart your application to get it working as intended

lisawagner avatar Sep 05 '22 03:09 lisawagner

same problem after subscribe the basic plan

Kutubkhan-Makda avatar Jan 21 '23 14:01 Kutubkhan-Makda

Facing this same issue, let me know how to properly fix this

paramarora09 avatar Jul 26 '23 21:07 paramarora09

Facing this same issue, Can someone help?

Shreyansh-deep avatar Aug 29 '23 13:08 Shreyansh-deep

facing same issue can anyone help?

hardikgupta2003 avatar Sep 09 '23 19:09 hardikgupta2003

someone, please debug this issue and share the solution

skrafikulislam avatar Mar 11 '24 18:03 skrafikulislam

Today I stumbled upon this problem, what I did to solve it was changing this line (at BodyPart.js) const BodyPart = () => { to const BodyPart = ({ item, setBodyPart, bodyPart }) => {

Daniel-Desenvolvedor avatar May 20 '24 23:05 Daniel-Desenvolvedor