I am trying to use appwrite client side services in a chrome extension, I am using WXT framework, even though in the console it says me to add chrome-extension://[ID], appwrite doesn't accept it as valid host name, I tried using chrome-extension, chrome-extension:, chrome-extension://, chrome-extension://[ID], nothing works. Please help
for now I am using * , and it works, but if there is a better solution please let me know.
did you try putting the ID as the hostname?
Recommended threads
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...
- Function was working: Failed to load ent...
I had a Bun function deployed two months ago working until 2 days ago on a daily basis, now I'm getting: Failed to load entrypoint, file src/main.js does not ex...
- Migration Help
I have a small project which I have started using Appwrite cloud and now I want to self host Appwrite and migrate the data. I'm getting this error everytime I ...