Closed WajeehZantout closed 5 years ago
CORS_ORIGIN is missing in config.js, and it is used in app.js:
CORS_ORIGIN
config.js
app.js
const corsOpts = { origin: config.CORS_ORIGIN, //undefined methods: ['GET', 'POST', 'PUT', 'DELETE', 'OPTIONS', 'HEAD', 'PATCH'], };
Excellent and thank you for your efforts! Darren Chaker
Thanks, now fixed in master.
CORS_ORIGIN
is missing inconfig.js
, and it is used inapp.js
: