You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the link to redaxios; I think you're right and will provide a cleaner implementation.
I believe the browser app doesn't have the https hardcoded and should work with http (without federation)
For the next mobile app release I am planning on supporting http (when not federated). I vaguely remember some global app setting requiring https, that I was recommended to set, so I am not sure how successful I will be. I will take this opportunity to utilize redaxios.
To answer your testing question, beyond the unit testing, I mostly do manual testing in the simulator with a live server. Is there a better approach I should read up on?
Please consider redaxios for sending api calls, setting the baseurl is much easier.
https://www.npmjs.com/package/redaxios
I noticed that the schema is hardcoded in, how do you test the client with it force set to https?
The text was updated successfully, but these errors were encountered: