timlrx / tailwind-nextjs-starter-blog

This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
https://tailwind-nextjs-starter-blog.vercel.app/
MIT License
8.45k stars 1.96k forks source link

Help !! Navigation tabs not visible in Brave browser. #827

Open Crazz-Zaac opened 7 months ago

Crazz-Zaac commented 7 months ago

I am trying to understand this starter-blog and use it as a github page for my personal blog. Due to dependency errors, I upgraded Node to the latest version as well as other packages.

I have no experience with Node but trying to understand. Everything worked so far but I'm finding difficult to debug this one error. In Brave browser the navigation tabs (Blog, Tags, projects, about) isn't visible except Search and Mode slider. But surprisingly when I open the localhost in Chrome it is visible. I think this is due to the Font compatibility.

How can I resolve this? Help please!!

Brave Browser

Chrome Browser

PxlSyl commented 7 months ago

Hi! I don't know why the error occurs, but I'm using Brave everyday as my main browser and even did an internationalization version for this repo. So I can tell you this is not related to Brave!

Crazz-Zaac commented 7 months ago

Hi! I don't know why the error occurs, but I'm using Brave everyday as my main browser and even did an internationalization version for this repo. So I can tell you this is not related to Brave!

Any idea why this issue might be arising? One more thing, does your navigation bar on both the browser have the same fonts?

PxlSyl commented 7 months ago

I don't use Chrome at all... But you must know that there are fallback fonts included in the code, that means even if a browser don't support the main font defined by the developer, an another font will automatically be displayed instead.

Anyway, were you able to resolve the issue?

Crazz-Zaac commented 7 months ago

I don't use Chrome at all... But you must know that there are fallback fonts included in the code, that means even if a browser don't support the main font defined by the developer, an another font will automatically be displayed instead.

Anyway, were you able to resolve the issue?

Yeah, I'm aware about the fallback font. I tried replacing with other fonts like Arial and few others too, but it didn't help. I don't understand why it's not visible in Brave and only visible in Chrome. In Firefox also it works. Strange!!

aryanjsingh commented 7 months ago
Screenshot 2024-01-20 at 9 30 43 AM

Can you just turn brave shield off and try again.

Crazz-Zaac commented 7 months ago

image

It didn't really work bro. I'm surprised what might be the issue.

aryanjsingh commented 7 months ago

are you self hosting it, is it visible in the demo website provided ?

Crazz-Zaac commented 7 months ago

are you self hosting it, is it visible in the demo website provided ?

I don't know what you meant by self hosting but it's localhost... it's visible in the demo website as well..