Matt Raible
Hello Allyn,
The following line should allow anyone to call the server, from any origin:
app.use(cors())
Are you sure your server is running on 8081 and it’s not a different process?
Matt Raible
Hello Allyn,
The following line should allow anyone to call the server, from any origin:
app.use(cors())
Are you sure your server is running on 8081 and it’s not a different process?