Fixing issues with the base url not getting properly set and colliding with other configured base url settings.#21
Merged
Merged
Conversation
…g with other configured base url settings.
johnformio
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There is an issue when using the plugin where if you set the Project URL and the Base URL for a project, that it ONLY saves the Project URL within the
~/.formio/projects.jsonfile. The issue with this is that if there is a project url that requires a different base url (such as going from SaaS to deployed), it really confuses the agent on which base url to pick. This ensures that they are always set together and that there is no confusion on which one should be picked. It saves the BASE_URL along with the PROJECT_URL in the projects.json file.