Hello, I'm following Gomoku tutorial and I cannot load the Goban.jpg under img onto the screen.
I keep getting either 404 for the GET or Failed to load resource: the server responded with a status of 404 ().
What I already tried so far:
- Already made sure that SFTP automatically connected: After I hit Cmd + S, VSCode showed "done" - Already cleared cache and tried hard refresh.
- Already checked url of the image. I even tried ../img/Goban.jpg and ../..img/Goban.jpg or other images. None worked.
- Already inserted image by using img tag directly in .tpl file instead of using CSS, did not work.
- Already create another project for Heart. Same issue happened.
Is there any other solution I should try? Please help since I think this is just a minor issue with the SFTP or the framework, but somehow I cannot solve this and move on to finish the tutorial...
I keep getting either 404 for the GET or Failed to load resource: the server responded with a status of 404 ().
What I already tried so far:
- Already made sure that SFTP automatically connected: After I hit Cmd + S, VSCode showed "done" - Already cleared cache and tried hard refresh.
- Already checked url of the image. I even tried ../img/Goban.jpg and ../..img/Goban.jpg or other images. None worked.
- Already inserted image by using img tag directly in .tpl file instead of using CSS, did not work.
- Already create another project for Heart. Same issue happened.
Is there any other solution I should try? Please help since I think this is just a minor issue with the SFTP or the framework, but somehow I cannot solve this and move on to finish the tutorial...