Hello all,
Just made my very first game using VueJS cli. Uploaded archive to Itch.io.. .and getting 403 errors(
On my server, game work very well
"Failed to load resource: the server responded with a status of 403 ()"
I am newbie developer and have no idea, why that happens. Maybe it happens because of URL, and I need to configure it with babel.. I tried few variations, but nothing worked for me(
UPD
I found the reason, need to configure VueJs to use relative path
Now everything works, that was easier than I thought :)