Hi im self hosted andi have added the required domain in custom domain.. but when i try to access the appwrite using that domain im getting
Error 404
The requested route was not found. Please refer to the API docs and try again.
Type
general_route_not_found
Okay, where are you setting the domain?
are you trying to access the appwrite console?
in the settings
no but the default oauth points to that domain
and i get 404 error so it wont deeplink back
in mobile? why not use your main appwrite domain?
i can but i would like to use the custom domain
i don't think that will be possible...
in previous version of appwrite it was working good
yep, we've added restrictions on the domain to help prevent spoofing/phishing
but the default oauth should be accessible
so that it gets redirected properly
hmm maybe...would you please create a github issue?
sure i will create
Recommended threads
- MongoDb Database Breaks integer[] & bigi...
I've got a table with the below column created. When I try to insert the value `[-3408048000]` into it, the dart sdk cloud function call is successful (no error...
- Delete on cascade from Cloud Function
I'm writing a Python function that deletes a user's main row from a table in my database. This row has relationships with other tables that use cascade deletion...
- 1.9.6 Console handles all array columns ...
When creating or updating a row in the appwrite 1.9.6 web console, the form treats all list columns as a type string. Even if the column is a list of booleans, ...