I've an integration with nodeBB and I want that all users to have the watched categories in "Watching" instead of "Tracking". The main reason for this is that I want all users to receive an email notification for each new "Topic".
A
Antonio Peña Batista
@Antonio Peña Batista
Posts
-
User's watched categories to "Watching" -
CORS problems using NodeBB API@PitaJ said in CORS problems using NodeBB API:
Certain browsers treat localhost differently with CORS stuff. I recommend you try using 127.0.0.1 or some other IP address instead.
but for my app or for the forum?
-
CORS problems using NodeBB APIHelou.
I'm building a "Web App" using react and I wan to use the "NodeBB" api to perform certain operations. All the "read" operations works well, but I'm having problems with the "write" operations.
I'm running the dev NodeBB server in local, here the advanced configuration:
Here the "request" side:
The error: