...
Any idea what would be happening?
So localhost alone works, but setting the domain you're accessing the Realtime from doesn't work?
nope :(
ok idk how but it started working now, there was an error coming before in my console.
Where I was logging: process and thus it threw process not found. I removed that and pushed it to prod. Its working bow
It works \✅
Thank you all :)
[SOLVED] Does this appwrite query for realtime works?
@Steven In that case we do mention that you can use wildcards for events
Do we want to mention
like
specifically
"Wildcards can't be used with channels?
🤔
Either that or don't change anything
Makes sense.
I think it's different from events
so might help :/
How hard would it be to add some validation
instead
and throw a good error
🤣
I always think that helps, too
Not a quick one liner. We'd have to do some pattern matching and parsing. And it might be hard coded
🫠
Recommended threads
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Appwrite Storage error 503s for automate...
I'm facing error 503s from Appwrite after about 5-6 seconds of making AI requests from my tool with images and files above 20MB (=> not inline base64 used, but ...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...