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
After an API is created (via "sls deploy"), if we change apidefs.[].backend.http.baseUrl in configuration, WSO2 API configuration isn't changed (the previous version is kept) when doing "sls deploy" for upserting.
Steps to reproduce
Deploy an API via sls deploy
Check the endpoint url on WSO2 console
Change baseUrl in plugin configuration to something else
Deploy API again via sls deploy
Change endpoint url on WSO2 console (should be the same as in the first deploy)
The workaround that I use is to delete the API and re-create again with "sls deploy"
The text was updated successfully, but these errors were encountered:
After an API is created (via "sls deploy"), if we change apidefs.[].backend.http.baseUrl in configuration, WSO2 API configuration isn't changed (the previous version is kept) when doing "sls deploy" for upserting.
Steps to reproduce
The workaround that I use is to delete the API and re-create again with "sls deploy"
The text was updated successfully, but these errors were encountered: