franse
December 19, 2025, 7:37pm
1
I have a situation where this could be useful:
But linked to other project (where the backend is) and prefix (for beta/prod)
The reason:
I have a big project where backend and frontend are on separated projects, and also I was asked to handle 2 environments, so this will have 4 different servers..
For now I will create some workaround
Thanks!
1 Like
Apple
December 20, 2025, 5:01am
2
I also had a need for this. They introduced some server connect prefix feature a few months ago, see if it’s what you want:
Intro
You can now set up different target environments for your mobile and desktop apps.
Build against a dev API during testing and switch to production when deploying. The new prefix attribute in Server Connect and API components works with App Connect Global Data, letting you define prefixes like https://dev.example.com/ or https://example.com/ and switch between them easily without manually updating URLs.
Selecting Active Environment
You can set the active environment from the menu located …
1 Like
franse
December 20, 2025, 10:17pm
3
Hey @Apple yes, what I'm asking for is to bring the same feature to the server side data option