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
When getting a image url through const { getThumbnail } = useDirectusFiles() we do get an 403 error from Netlify Image CDN saying the query parameter is not supported.
That is because the getThumbnail return an url with an added access_token at the end. And this is not supported by Netlify.
How can we get around this?