Open
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
So, I have figured out the issue and can replicate it consistently -
In this screenshot, where the page fails to load, the ...?branch=master query param is missing from the URL. This is usually not a problem, because in absence of the branch name, the server assumes the branch is the default branch (usually master) and returns the resources - pages, queries etc accordingly. This works fine as long as the resources were first created in master. If say, the resources were created in some other branch b1 and then merged into master , then the api fails and responds with 404. Hence, the failure! (edited)
Steps To Reproduce
- Create an app
- Connect to git
- Create a new branch
- Create a new page
- Merge the branch to master
- Load master deploy url without branch
Public Sample App
No response
Environment
Production
Severity
High (Blocker to building or releasing)
Issue video log
No response
Version
All