I'm saving all the plans on the database via a form i created. I retrieve them on the boot method. What's strange is it's only displaying plans i inserted on the database by hand. If it was inserted by the form it doesnt show up.
I already console.log'd the plans[] variable and in fact all the plans are there.
@merceloki do you need to check if plan is active? are there any differences in the records you've manually created in the db vs the ones you've added in via form?