...
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
- Functions never end and always fail (sta...
Hi ! I'm using Appwrite Cloud Pro and function execution from appwrite website is KO. Deploying starter function template, execution is always Failed and the ...
- My function executions console if overwh...
It seems the requests are getting processed correctly but it is using a older version of the backend. And it seems the cron requests done an hour ago are shown ...
- [SOLVED] Query.search() returning all ro...
When I use Query.search() instead of returning rows with the keywords provided it just returns all the rows in the table.