-
Notifications
You must be signed in to change notification settings - Fork 8
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
💡 Summary
There are currently many instances that serve instance pages via a reverse proxy on non-instance domains for various reasons. For example, if an instance's domain name is aaa.com
, it could potentially be served at bbb.com
or 123.aaa.com
. Using Aria in this case will result in incorrect host issues, which can cause a number of anomalies and inconveniences.
The solution is that you should get the real instance domain name from (domain)/api/meta
🥰 Expected Behavior
see above
🤬 Actual Behavior
Users that are supposed to be 123@aaa.com
are incorrectly shown as 123@bbb.com
or 123@123.aaa.com
📝 Steps to Reproduce
Use the non-instance domain (in this case is bbb.com
or 123.aaa.com
) and login.
💻 Environment
Not related
Do you want to address this bug yourself?
- Yes, I will patch the bug myself and send a pull request
poppingmoon
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working