Hello,
First, a reprex, or data would be helpful. Second, there are functions in fpp3 package that check for time series data structure requirements. For example, has_gaps() checks to see if you have gaps in your time series. There is are several other similar functions. I would start there.