Web Developer
[SOLVED] getFileDownload / View / Preview error 401 (frontend localhost + appwrite self-hosting)
Votes
0
Replies
6
Participants
Unknown
Messages
7
Are you showing the image by using the url in an img src?
You might be facing a 3rd party cookie problem.
One thing you can do more is up update your browser to enable 3rd party cookies.
In production, your Appwrite endpoint should be a subdomain of your app. See https://appwrite.io/docs/custom-domains
Web Developer
I getFileDownload().href and attach it to
I'm using EDGE on Mac with default configuration
I currently don't have a domain yet and connect to appwrite by IP, is it ok?
Ya this is probably a 3rd party cookie problem.
If you don't have an actual domain, you can update your hosts file to fake a domain
Web Developer
I'm now understand, Thank you!
Web Developer
[SOLVED] getFileDownload / View / Preview error 401 (frontend localhost + appwrite self-hosting)