Hey I actually created a new project with hearts tutorial but the same problem persists... Could it be possibly the configuration of SFTP?RicardoRix wrote: ↑13 October 2023, 20:47 All of the images in your img folder get a 404.
Once it's 'folder synchronized', you shouldn't really have to do anything. However you have a distinct problem with the img folder. Difficult to know the exact problem. Possibly file \ directory permissions got screwed up somehow.linhtran190897 wrote: ↑13 October 2023, 17:56 How can I check for sure if I have uploaded the image to the SFTP folder? This problem has been bugging me for days..
Mess around the best you can. It's worth deleting and then copying back to the local folder, see if you get a 'update message' of sorts from the FTP program... Last resort, just make a new project.
You should be able to put this url directly in a browser and just view the image.
https://studio.boardgamearena.com:8084/ ... /goban.jpg
here is how i configured it, ofc I replaced with my own username and password
Code: Select all
{
"name": "BGA",
"host": "1.studio.boardgamearena.com",
"protocol": "sftp",
"port": 22,
"username": "<myusername>",
"password": "<mypassword>",
"remotePath": "/heartstklnhk/",
"uploadOnSave": true,
"ignore": [
".vscode",
".git",
".DS_Store"
],
"syncOption": {
"skipCreate": false,
"delete": true
}
}