What platform is this?
What's your code?
@ijay an you show the code please
Appwrite
Okay I will
Is this react native on an Android device or something?
no normal react web framework
that image up is the mobile view
So this is browser in an Android device?
@Steven fixed
Thanks
How'd you fix?
I had to go through my code found out the local host number was incorrect, causing it to bring error when it redirects to another path.
[SOLVED] Authentication not working
Recommended threads
- execution failed
When executing an appwrite function, I'm getting a 500 error, but I don't see it in executions. This issue appeared today. Here's the appwrite function ID: 68b4...
- How to use appwrite types
I am using appwrite types --language ts ./types to generate the types yielding something like: ``` import type { Models } from 'node-appwrite'; // This file i...
- Dynamic Roles
I tried to store a row with this permissions: permissions.push( Permission.read(Role.users("verified")), Permission.write(Role.label(`c-${calend...