Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Project can't acess Images Error: Failed to load resource 403

A topic by patricksgamecorner created Mar 09, 2025 Views: 79
Viewing posts 1 to 1
(1 edit)

Hello and thanks in advance for any help!

Early today I uploaded the first version of my game "Botanic Panic" (https://patricksgamecorner.itch.io/botanic-panic) and noticed that the images for the customers & flowers wouldn't load in. I checked for typos & if my relative paths were working - I even uploaded the project in a much smaller scale (only one picture with the same path) to make sure my paths were correct and the issue wasn't with the images.

These are the errors I encountered with the uploaded images


Here's an example of how I'm setting the paths in my project with the results here on itch.io

var portraitcontainer = document.getElementById("portrait"); portraitcontainer.style.backgroundImage = "url('img/customers/" + Player.currentCustomer.profileimageNormal + "')";


This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.