-
I am trying to download a .csv of my customer list, but I get an error every time. What am I doing wrong? @administrators
-
@kevin-redx Can you post the error log?
-
This error happens if the referrer header doesn't match what nodebb expects.
if (!referer || !referer.replace(nconf.get('url'), '').startsWith('/admin/manage/users')) { return res.status(403).send('[[error:invalid-origin]]'); }
Make sure the url in your config.json matches the url you use to access the site.
Copyright © 2024 NodeBB | Contributors