Viewing image after upload with FileUpload component - insecure resource
I'm using the FileUpload component in a form and it works correctly during Add (over HTTPS). I can see the image after it is selected and it saves fine.
However, when I go to the the Edit page of that record, the FilePond component stays on Waiting for size and Loading.
I have set the correct local APP_URL.
This is the error I see in the console...
This is the component:
How can I fix this so it is requested over HTTPS instead of HTTP.
Solution:Jump to solution
Nevermind. The APP_URL had reverted back to http instead of https. After updating, it works correctly.
1 Reply
Solution
Nevermind. The APP_URL had reverted back to http instead of https. After updating, it works correctly.