NUI files are lost on server

Hello, i have a problem and idk what’s happening.
I was developing a resource and since i finished, i decided to test it not on localhost.
I moved the files, built them and was expected the resource to work properly, but something weird had happened.
This is what i got on linux remote server
image

And this is how it looks on localhost
image

Im using centos7 on remote server, fxserver version is 3539

heres project structure
image

and fxmanifest.lua

fx_version 'bodacious'


games { 'gta5' }


client_script 'client.lua'

ui_page 'html/build/index.html'

files {
    'html/build/*',
    'html/build/static/css/*',
    'html/build/static/js/*',
    'html/build/static/media/*'
}

Any help would be appreciated

updated linux server to v 3784, files are still empty

Likely a case of Linux - Manifest globbing not working as intended - Linux directory iteration being unreliable in this case.

2 Likes

thanks alot

yes, that was the problem
thanks for your help