Today i tried to run my Next App project on a new computer. After npm run dev
to start local host and open the link on Chrome, my website still loaded but the CSS didn’t apply (i think so).
localhost on Chrome and
terminal error
I open the link again on Opera browser and it still work as expected
localhost on Opera
I though maybe my Chrome have some problem so i tried to update/reinstall but it still showed the same error. Does anyone encounter this error? How can I fix this ?
P/s: I am using the latest NextJs version