Next.js getServerSideProps catches an icon request

195 Views Asked by At

why is the getServerSideProps method catching the icon request This is breaking my application i can't figure out how to fix this

For example, I expect the address to be equal

/[dymaniclocale]/user

but in fact it is equal to

/[dymaniclocale]/favicon.ico
0

There are 0 best solutions below