Project Logo Image Not Displaying on Vercel Dashboard

Dear Vercel Community,

The project logo image is not displaying on the Vercel dashboard’s “Overview” tab under the project link. Instead of the project logo image, the Vercel logo image is being displayed.

Additionally, when clicking on the project, the “Production Deployment” screen under the “Product” tab is displayed. At the top of this screen, there is a section where the logo image should be displayed, but here too, the Vercel logo image is being displayed. Ideally, the project logo image should be displayed in both of these locations.

There have been instances where the project logo image was temporarily displayed in the two aforementioned locations. However, currently, the Vercel logo image is being displayed.

Which image are the two aforementioned logo locations referencing? The current development environment is Next.js App Router. The logo image is located as follows:

public
┣ favicon.ico
┗ img
┣ favicon.png
┗ logo.svg

What could be causing the project logo image not to be reflected? I would appreciate your response.

Thank you in advance for your assistance.

Best regards,

Dear Vercel Community,

I wanted to follow up on my previous post regarding the project logo image not displaying correctly on the Vercel dashboard and the “Production Deployment” screen.

I am pleased to inform you that the issue has been resolved. The project logo image is now displaying correctly in both locations.

While I did not take any specific actions to resolve the issue, I believe the following changes might have contributed to the resolution:

  • Moved the logo image from the app directory to the public directory.
  • Provided the logo image in PNG format.

However, these changes did not take effect immediately, and it is possible that server-side caching was preventing the updates from being reflected.

Thank you to everyone who took the time to read my post and consider the issue. I appreciate the support and assistance from the community.

Best regards,

silverLining

1 Like

Glad to hear that it’s working now, thanks @si1ver1ining!

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.