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
We manage to deploy the service and saas webapp on azure. However there are not enough documentation on how to configure SaaS.Application.Web on local. Also, How we get JWT token to debug on local environment?
The text was updated successfully, but these errors were encountered:
@1liveowl The documentation now tells how to run it locally, but it seems to be useless when you want to do tests with the admin area: One cannot sign in into a instance running locally:
When I sign in on the local instance running on https://localhost:5001, I am forwarded to the production instance which trows an error message:
When running the instance locally in dev. mode, it should forward me to localhost, not to the production instance.
We manage to deploy the service and saas webapp on azure. However there are not enough documentation on how to configure SaaS.Application.Web on local. Also, How we get JWT token to debug on local environment?
The text was updated successfully, but these errors were encountered: