Closed tacman closed 1 month ago
@tacman You should check what you are using.
Could you give more informations? This looks not Meilisearch-UI.
I'm just using your demo at https://meilisearch-ui.riccox.com/
It won't let me log into my server on localhost, or my live server (tried with https too).
@tacman This error is caused by Content-Security-Policy.
You are trying to connect a http(no ssl) host by my demo site (running with ssl).
To fix that, you need to use a host endpoint with ssl or you can try the latest version (v0.7.2) which has fixed this already.
Thanks!
I'm getting an error running my local server, though that server works with my PHP client, so I'm almost sure it's a CORS error.
I'm running with a simple docker setup:
Can you document how this is supposed to be configured so that the ui can access it?