Next.js Discord

Discord Forum

Img not loading

Answered
Giant Chinchilla posted this in #help-forum
Open in Discord
Giant ChinchillaOP
Ion know why its not loading
Answered by ᴉuɐpɹɐɐ
sry its outside of the /src folder
View full answer

36 Replies

Giant ChinchillaOP
i do get this in the console
@ᴉuɐpɹɐɐ whats your URL
Giant ChinchillaOP
local
@Giant Chinchilla local
localhost:3000?
Giant ChinchillaOP
yuh
if you set src="/..." then it will look up relatively to your localhost path
does localhost:3000/apps/www/public/Logo.png exists?
check the network tab
Giant ChinchillaOP
ntn is there
its empty
nvm im tweaking
if its not there then its not there
Giant ChinchillaOP
yeah
Giant ChinchillaOP
its red tho
its not there
Giant ChinchillaOP
oh
where is the image located?
Giant ChinchillaOP
public folder
Desktop\Rhodos Fast Food New\apps\www\src\public\images\logo.png
screenshot the location
thats not the public folder
where is the image located relative to your Next.js project?
you can use Next.js's public folder and it will be served to the users statically
put your image in /public/logo.png
and you can just write src="/logo.png"
Giant ChinchillaOP
alr
didnt work bro
sry its outside of the /src folder
Answer
Giant ChinchillaOP
ait
thanks bro
appriciate it
does it work
Giant ChinchillaOP
Yes
thanks, glad i could help