Bug Report
Describe the Bug
In unsecure contexts a http data address cant be created in the dashboard because the function is not available in unsecure contexts beside localhost (https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID).
Expected Behavior
I can define a http data address in all cases
Observed Behavior
In unsecure contexts I can't create a http data address, because the form isn't loaded because of the error.
Possible Implementation
Replace crypto.randomUUID with uuid package.
Bug Report
Describe the Bug
In unsecure contexts a http data address cant be created in the dashboard because the function is not available in unsecure contexts beside localhost (https://developer.mozilla.org/en-US/docs/Web/API/Crypto/randomUUID).
Expected Behavior
I can define a http data address in all cases
Observed Behavior
In unsecure contexts I can't create a http data address, because the form isn't loaded because of the error.
Possible Implementation
Replace
crypto.randomUUIDwith uuid package.