freme-project / freme-project.github.io

Apache License 2.0
2 stars 0 forks source link

https://freme-project.github.io is not working properly #292

Closed jnehring closed 8 years ago

jnehring commented 8 years ago

When I load freme-live using https://freme-project.github.io it does not work properly:

image

jnehring commented 8 years ago

The problem is that the documentation homepage https://freme-project.github.io and the API https://api.freme-project.eu/current are located on different domains. The live api did not send the correct CORS headers.

We installed freme live documentation on the freme-live server. Then we setup the redirects so that https://api.freme-project.eu/doc/current serves this homepage.

Then we fixed the CORS filter. When we install the latest CORS filter on freme-live during next release we can serve the documentation homepage from https://freme-project.github.io again. Until then only the URL https://api.freme-project.eu/doc/current will work. So after the next release we will proxy https://api.freme-project.eu/doc/current to https://freme-project.github.io and test if the homepage fully works from both addresses.

jnehring commented 8 years ago

Currently named entity recognition using custom dataset does not work. I hope this will be fixed in next release

jnehring commented 8 years ago

fixed through https://github.com/freme-project/FREMECommon/issues/35