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
Set the getSettings.jsapiBaseUrl to http://api.hel.fi/kerrokantasi-test, which the server will redirect to https as intended.
a) Try localhost:8086/hearings/list, the redirect will cause the list to hang. Or
b) try logging in with the SSO, logging in is not completed. Or
c) Try localhost:8086/talvipyoraily fullscreen and try POSTing several comments on the map. The comments are not reloaded after POSTing, and Failed to fetch appears.
There may be other urls that the UI will respond to similarly. I have no idea why some redirects will cause the UI to give Failed to fetch or an uncaught promise, while other redirects (the main page, the hearing page) work alright.
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
getSettings.js
apiBaseUrl
tohttp://api.hel.fi/kerrokantasi-test
, which the server will redirect to https as intended.localhost:8086/hearings/list
, the redirect will cause the list to hang. Orb) try logging in with the SSO, logging in is not completed. Or
c) Try
localhost:8086/talvipyoraily
fullscreen and try POSTing several comments on the map. The comments are not reloaded after POSTing, andFailed to fetch
appears.There may be other urls that the UI will respond to similarly. I have no idea why some redirects will cause the UI to give Failed to fetch or an uncaught promise, while other redirects (the main page, the hearing page) work alright.
The text was updated successfully, but these errors were encountered: