-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add capability to select different content servers for testing #251
Comments
@elsylambert - working in 1.0.0 build 52f384b to switch to QA server run with When QA server is selected, there will be an indicator on app footer: |
v1.0.0 build 52f384b QA
Steps:
If you clear cache and login still see the network error but not the Project page (Step 2 ad 3.a.) |
@elsylambert I can reproduce the issue, investigating |
This issue appears to be that the app is still using the production server to get the org list. |
@elsylambert Fix is in v1.0.0 build 3c9167c |
Verified in v1.0.0 build 1c04778. Able to test the develop build on QA server and on Prod server using the parametrized URL. works as expected. |
QA needs the ability to test code against QA or production servers.
https://gateway-edit.netlify.app/?server=qa
).Indication will be given if the server is qa.
The server setting will persist until a new server is set via the url.
If the server is set to anything other than 'qa' the server will be set to production.
DoD:
QA can test against both QA and prod servers.
Details:
Per @mannycolon this may be handled using https://nextjs.org/docs/routing/dynamic-routes
The text was updated successfully, but these errors were encountered: