I am using Stratpi v4.9.2. When nextjs obtains API attributes, the title or other attributes can be displayed normally, but the thumbnail image component cannot be displayed

Having looked at your data again I can see that the thumbnail is an array of values.

So to get the URL out you would need to use src={p.thumbnail.data[0].attributes.url} I imagine you’ve set up the thumbnail as an image that allows multiple. You can disable multiple images on the field settings in your content type manager if you only ever need one image. That way the code provided in my previous answer would work.