Next.js Discord

Discord Forum

Android TV and Samsung Tv default browsers not rendering my website

Unanswered
Northeast Congo Lion posted this in #help-forum
Open in Discord
Northeast Congo LionOP
I'm having trouble to figure out what is happening on native browsers of Android TV and Samsung TV (Tizen OS) where my CSS is not rendered.
I have a simple login page where I have a background image and a form that has styled components.
Everything works fine on mobile, laptop and desktop but not at the default browsers of these two TV systems.
I had the opportunity to install a browser called BrowserHere from TCL company, and it is rendering well at the Android TV.
I don't know if it's some browser compatibility, but the default browser of these two systems runs Chromium, which should be ok.

NOTE: I had this same project being developed with Create React App and it was working on these same browsers.

Do you think that I may be missing some meta header tag or some NextJS config? Safari and Firefox browsers are running the website really well.

Thanks in advance, any help is appreciated.

Server Config
- VPS Linux
- NGINX
- NextJS prod build

Project config
- NextJS 13
- Styled Components
- Middleware
- Next-pwa
- Supabase

1 Reply

Northeast Congo LionOP
Hi guys, did anyone had this issue?