You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.
Hi guys,
I have a directus collection that contains images.
Via directus sdk I can
If I want to display this image in my angular application I currently use:
<img class="images" src={{DirectusImagePath}}>
My problem is that I can not load the image this way as I get a "403 (Forbidden)" exception.
What is the correct way to do this, when I need to dynamically load images from directus into my angular web app?
Any help is greatly appreciated! Thanks a lot in advance!
Tom
The text was updated successfully, but these errors were encountered: