Next.js Discord

Discord Forum

next 14 The requested resource isn't a valid image for /landing/Chat.png received text/html; charset

Answered
! AlexNotTheLion posted this in #help-forum
Open in Discord
Im using next 14.0.2, in my index page im loading an image and the entire page is ssr and does not use client, however it cannot seem to load an image from public/landing/Chat.png, my current project structure is in the attached image, not sure why its not loading? the webpage itself doesnt error just servers a blank image
Answered by Z4NR34L
public directory in this case should be same level as src folder
View full answer

3 Replies

public directory in this case should be same level as src folder
Answer
move it higher in tree and try again 😉
oh awesome, the one thing i didnt search was correct project structure -.-