Open benjaminbours opened 4 years ago
@rijkvanzanten I wanted to start investigating myself in order to fix it but I'm not able to connect a local instance of the admin web app to a docker based directus instance. I'm not able to contact the demo domain as well.
What I am missing?
I have try the default yarn serve
suppose to connect with demo app and also by setting the API_URL
env variable. Both the same result, can't reach the api and these error. I really need to fix this, I want to contribute but I'm stuck, I just need a bit of help to get started.
I also don't understand why caddy, which seems to be setup to redirect http to https request is not able to do it in case of files request. @WoLfulus Do you have any idea?
On the detail view of a file, in the file library, the image is properly loaded. I would like to dig in the Vue stuff to understand why in this view it's ok and why in the others it's not.
First time I have to understand some Vue code and I need the Vue.js debugger dev tool. And to use it, I need an instance of the admin app in development mode. Which put me back to the issue I told you about connecting to a Directus api instance. I'm stuck.
• Version of Directus 8.7.2 • Server, OS & Database Details Docker image 8.7.2
• Error Messages Client sent an HTTP request to an HTTPS server. • Steps to Reproduce Upload an image in a collection item. The file is correctly upload but the request to get the thumbnail of the assets is done in http, instead of https like the other request. • Relevant Info, Screenshots, Schema & Logs
Here is my docker-compose