I’d already figured it out, it was missing a code inside the npwd config.json file which I’m using imgur instead of PE
“images”: {
“url”: “https://api.imgur.com/3/image”,
“type”: “imgur”,
“imageEncoding”: “jpg”,
“contentType”: “multipart/form-data”,
“useContentType”: true,
“authorizationHeader”: “Authorization”,
“authorizationPrefix”: “Client-ID”,
“useAuthorization”: true,
“returnedDataIndexes”: [“data”, “link”]
},
2 Likes
Could you tell me how through terminal?
chip
468
What terminal? Ther server console? You can try and run npwd-debug-dump
EDIT: I see you have the mysql terminal
SELECT * FROM users LIMIT 1, and let me just see what’s there
It comes back as empty set
chip
470
So it seems like the users are not being saved in the first place. Is this pe-core?
chip
472
I also recommend connecting your db to something like heidisql, so you can get a GUI to work with, if you prefer that, and it helps me as well 
I’d love to but my VPS uses an Ubuntu Server, so I can’t really see anything GUI-based lol
chip
474
You can connect your db to a GUI on your local machine
chip
475
btw, are there any server errors from npwd/pe-core or oxmysql?
Ah, in that case I’ll install HeidiSQL
chip
478
Have a look when you boot up the fivem server and when you connect it. Might be 
and yeah, try heidisql
Lol it can’t seem to connect, oh well
This seems to be the only error
chip
480
Can you please how the whole thing? 
And can I see the columns in the ‘users’ table + your current npwd config.
chip
482
lol, what the heck is “2”
Can I see your pe-core configuration?
chip
483
oh wait,
can I see your mysql connection string?
It confused me when I saw it too xD
Sure, here it is
As for my MySQL connection string: user=root;database=es_extended;password=nope;charset=utf8mb4
chip
485
user=root;database=es_extended;password=nope;charset=utf8mb4 - where is your host/server property?