...
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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...