Reproduction Steps
- Visit an app URL such as https://dimspamoq.paseo.li before the app is deployed. paseo.li reports it cannot resolve it.
- Deploy the app.
- Revisit the same URL.
Expected Behavior
The freshly deployed app loads. A not deployed result should never be served from cache. If we have no cached build for a name, we should resolve fresh before telling the user it does not exist.
Current Behavior
The page still says the app is not deployed, because the negative result comes from cache. Forcing a reload from the gear menu retrieves the actual app. Reported by Philip.
Reproduction Steps
Expected Behavior
The freshly deployed app loads. A not deployed result should never be served from cache. If we have no cached build for a name, we should resolve fresh before telling the user it does not exist.
Current Behavior
The page still says the app is not deployed, because the negative result comes from cache. Forcing a reload from the gear menu retrieves the actual app. Reported by Philip.