FICS Teamleague

Board

Teamleague Forum

Trouble with game forum pagesT85Index ->

posted at 2022-07-07 14:02 by turamon

I'm experiencing heavy troubles with the game forum. the game forum takes ages to load, then I get one or two notifications about a network error and only after that I'm able to write a message. the whole process takes up to five minutes. I'm using the newest version of firefox.

posted at 2022-07-07 15:49 by KRMCHESS

I'll just say that I've been able to access it using Firefox version 102.0.1 (64-bit) that is the newest version and 102.0.0 also worked fine for me.

I think the issue is with the url as I normally use http://teamleague.org/LightNEasy.php?page=newgf

However I tried http://www.teamleague.org/LightNEasy.php?page=newgf and the page starts loading without being able to enter data.

So basically if I'm diagnosing the issue correctly I think you need to remove "www." from the url and the site will work again.

Having looked at the code I think the issue is that it is producing CORS errors (https://medium.com/@dtkatz/3-ways-to-fix-the-cors-error-and-how-access-control-allow-origin-works-d97d55946d9) so the browser prohibits it as a security feature. Even in the functional version there are quite a few errors in the code when you check the command console so it's probably worth reviewing the code

posted at 2022-07-09 04:41 by Slek

I am looking at it now, thank you Kenny for the pointer, and turamon for reporting the issue.

posted at 2022-07-10 01:56 by Turamon

hey Kenny,
hey slek,

thanks! Kenny, doing the same you did and have always actually but it does not work. takes ages to load and I need to load the page three times to make an entry.

posted at 2022-07-10 05:48 by KRMCHESS

I'm pretty sure it got fixed when I tested it yesterday and then when I tried it today it reappeared. So I'm assuming something got reset and it was reverted to a previous version.

Just for the avoidance of doubt if wanting working link it can be found at Teamleague link. That should work as a temporary fix.

www. version with a CORS error so it doesn't work

without www. that has no CORS error so you can enter it without issue. The errors/warnings are mostly cosmetic and don't affect functionality.