devinivy / hapipal-realworld-example-app

Exemplary real world application built with hapi pal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cors not working

tobmaster opened this issue · comments

Hello,

I am trying to get the backend running locally and use an also local frontend to access it.
But I get cors issues and whatever I try to configure it either fails or says that cors is not allowed (i tried in manifest.js to set server: { cors: true....)

I would be very happy for any hints.

Cheers

Found out cors is working but the route for create seems somehow broken. Will investigate that further