CORS problems using NodeBB API
Unsolved
Technical Support
-
Helou.
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:
-
Certain browsers treat localhost differently with CORS stuff. I recommend you try using 127.0.0.1 or some other IP address instead.
-
@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?
Copyright © 2024 NodeBB | Contributors