-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task: change sandbox url #992
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-992.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-992.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-992.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-992.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-992.centralus.azurestaticapps.net |
package.json
Outdated
@@ -37,7 +37,7 @@ | |||
"guid-typescript": "1.0.9", | |||
"html-webpack-plugin": "4.0.0-alpha.2", | |||
"identity-obj-proxy": "3.0.0", | |||
"isomorphic-fetch": "2.2.1", | |||
"isomorphic-fetch": "^2.2.1", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need the caret? or we can just stick to the 2.2.1 version?
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-992.centralus.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://jolly-sand-0ac78c710-992.centralus.azurestaticapps.net |
* Fix: url truncation (#1012) * Fix: improve themes MessageBar colors (#1015) * Fix: Response Preview truncation (#1017) * Feature: Have permissions be filtered (DelegatedWork or DelegatedPersonal) based on account type (#1008) * Fix: terminate process on entering multiple slash (#824) * Task: change sandbox url (#992)
Overview
To get the proxy url, we first make a call to the endpoint.
Store this in state
And use it to make subsequent calls
We fall back to the old proxy when this first call does not work
Demo
Optional. Screenshots,
curl
examples, etc.Notes
Optional. Ancillary topics, caveats, alternative strategies that didn't work out, anything else.
Testing Instructions