makeplane / plane-mobile

📱 🛫 🔥 Mobile App of Plane. Open Source JIRA, Linear and Height Alternative. Plane helps you track your issues, epics, and product roadmaps in the simplest way possible.
GNU Affero General Public License v3.0
165 stars 52 forks source link

[🐛 Bug] Display correct workspace URL for selfhosted instances #152

Closed TheZoker closed 10 months ago

TheZoker commented 10 months ago

Currently when I go to the workspace settings, I see a URL starting with https://takeoff.plane.so/.

I found that this is hardcodes in this file: https://github.com/makeplane/plane-mobile/blob/develop/lib/models/workspace_model.dart#L18

Instead of using this hardcoded URL it would be better to use the set BASE_API URL.