My avatar is not visible. (ZABBO CMS)

nicooos

New Member
Apr 20, 2025
2
0
Hello, I need help please. I'm using Zabbo CMS, and I get an error when starting the client. My avatar is not visible.
You must be registered for see images attach
 

nicooos

New Member
Apr 20, 2025
2
0
Abre DevTools y revisa los registros de errores. Si usas Windows, prueba a añadir .nitro a tus tipos MIME
Hello, I opened devtools and it gives me two continuous errors, they are the following:

Access to XMLHttpRequest at ' ' from origin ' ' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

net::ERR_FAILED 403 (Forbidden)

THANK YOU VERY MUCH FOR ANSWERING.
Post automatically merged:

Open DevTools and check error logs. If you're on windows, try adding .nitro to your mime types
You must be registered for see images attach
 
Last edited:

LocalDaemon

Discord: localdaemon
Aug 23, 2024
15
16
Hello, I opened devtools and it gives me two continuous errors, they are the following:

Access to XMLHttpRequest at ' ' from origin ' ' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

net::ERR_FAILED 403 (Forbidden)

THANK YOU VERY MUCH FOR ANSWERING.
Post automatically merged:


You must be registered for see images attach
Please watch the full tutorial video. If you have done everything in the video and read the thread fully, all these issues would have been resolved.

Your main issue is that you didn't allow .nitro in IIS, most likely, as it shows you in the video, or you've not put the right URL / Path for figure avatar to the .nitro files in your game folder where the nitro files are for your avatar, which is causing your 404 not found in console logs.

You must be registered for see images attach
You must be registered for see images attach


The video also shows how to setup API which will prevent those errors you're getting
PHP:
Access to XMLHttpRequest at 'https://api.hkabbos.com/extra.php?action=getOnlineUsers' from origin 'https://hkabbos.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

https://api.hkabbos.com/extra.php?action=getOnlineUsers net::ERR_FAILED 403 (Forbidden)

 
Last edited:

Users who are viewing this thread

Top