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
In some cases, Cadastrapp seems not correctly loaded and URL's values are not available (as not configured).
If not correctly loaded, we get console error and (sometime) an error tooltip :
'Url' must be a string not undefined
So, i think in some cases, mapstore plugin load states (on SETUP) before getConfiguration response and URL's are not available (Url must be a string not undefined).
Steps to reproduce
This behavior can be easily reproduce with a poor bandwhidth.
We reproduce every time here (https://dev.geo2france.fr) with a "slow" /getConfig response (takes ~150ms).
To reproduces, you can try this with the Craig IDS :
Description
In some cases, Cadastrapp seems not correctly loaded and URL's values are not available (as not configured).
If not correctly loaded, we get console error and (sometime) an error tooltip :
So, i think in some cases, mapstore plugin load states (on
SETUP
) beforegetConfiguration
response and URL's are not available (Url must be a string not undefined
).Steps to reproduce
This behavior can be easily reproduce with a poor bandwhidth.
We reproduce every time here (https://dev.geo2france.fr) with a "slow"
/getConfig
response (takes ~150ms).To reproduces, you can try this with the Craig IDS :
/getConfig
request takes 40 ms (around).The text was updated successfully, but these errors were encountered: