-
Whenever a static file is requested from the server no matter what it is, the following error is getting logged to the server console:
I realize this has to do with the fact that I have a dynamic route at the root level Any help would be much appreciated 🙏 Cheers! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Could you share a CodeSandbox replicating your issue? 🙏 |
Beta Was this translation helpful? Give feedback.
-
Is there a next.js Codesandbox template somewhere? |
Beta Was this translation helpful? Give feedback.
-
So @leerob, after a LOT of digging down, It turned out this was happening because the favicons were placed in a nested folder If this is not a normal behavior of Next.js and it should be reported as a bug, please let me know and I will create an issue and supply a Codesandbox replicating the issue! furthermore, thank you very much for taking the time to answer my question. Cheers! |
Beta Was this translation helpful? Give feedback.
So @leerob, after a LOT of digging down, It turned out this was happening because the favicons were placed in a nested folder
public/favicons
and moving them to the root resolved the issue completely.If this is not a normal behavior of Next.js and it should be reported as a bug, please let me know and I will create an issue and supply a Codesandbox replicating the issue!
furthermore, thank you very much for taking the time to answer my question.
Cheers!