Hey everyone, I’m developing a Chrome extension that also integrates with Appwrite. While setting up my project on Appwrite, I selected "Web" as the platform. It asked me for a name and host name. I found out that for Chrome extensions, the host should be something like extension://<extension-id>, but Appwrite throws an "invalid host name" error when I try that.
Has anyone successfully connected a Chrome extension to Appwrite? What should I enter as the hostname? Any help is appreciated! 🙏
TL;DR
Developing a Chrome extension integrating with Appwrite, need help with the hostname. Appwrite is throwing an error with the 'extension://<extension-id>' format. Any successful solutions or suggestions for the correct hostname are appreciated.