inrupt / generator-solid-angular

Generator for Solid Angular applications
MIT License
31 stars 12 forks source link

CORS Error #5

Closed willemneal closed 5 years ago

willemneal commented 5 years ago

I was able to get around #3 with ng serve --host 0.0.0.0 --disableHostCheck true

Now I get:

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at https://solid.community/.well-known/openid-configuration. (Reason: CORS header ‘Access-Control-Allow-Origin’ does not match ‘https://localhost:4200’).

james-martin-jd commented 5 years ago

Cannot reproduce personally, closing unless others raise the same issue