Arceoavs opened a new issue, #6937:
URL: https://github.com/apache/cloudstack/issues/6937
<!--
Verify first that your issue/request is not already reported on GitHub.
Also test if the latest release and main branch are affected too.
Always add information AFTER of these HTML comments, but no need to delete
the comments.
-->
##### ISSUE TYPE
<!-- Pick one below and delete the rest -->
* Bug Report
##### COMPONENT NAME
<!--
Categorize the issue, e.g. API, VR, VPN, UI, etc.
-->
~~~
VM Management
~~~
##### CLOUDSTACK VERSION
<!--
New line separated list of affected versions, commit ID for issues on main
branch.
-->
~~~
4.17.1.0
~~~
##### CONFIGURATION
<!--
Information about the configuration if relevant, e.g. basic network,
advanced networking, etc. N/A otherwise
-->
N/A
##### OS / ENVIRONMENT
<!--
Information about the environment if relevant, N/A otherwise
-->
N/A
##### SUMMARY
<!-- Explain the problem/feature briefly -->
When a user (with admin rights or without) creates an extraconfig under
Settings for a VM that is switched off, one cannot enter a value in the Value
input field.
The UI refuses any keyboard input and the browser displays error messages.

##### STEPS TO REPRODUCE
<!--
For bugs, show exactly how to reproduce the problem, using a minimal
test-case. Use Screenshots if accurate.
For new features, show how the feature would be used.
-->
<!-- Paste example playbooks or commands between quotes below -->
~~~
Create a VM.
Switch it off.
Go to Settings and try to add a configuration.
Look at the Browser console.
~~~
<!-- You can also paste gist.github.com links for larger files -->
##### EXPECTED RESULTS
<!-- What did you expect to happen when running the steps above? -->
~~~
Values can be set.
~~~
##### ACTUAL RESULTS
<!-- What actually happened? -->
<!-- Paste verbatim command output between quotes below -->
~~~
Values cannot be set.
~~~
Output in the Browser console:
```
config and theme applied [App.vue:40:12](webpack:///src/App.vue)
Object { data: {…}, status: 401, statusText: "Unauthorized", headers: {…},
config: {…}, request: XMLHttpRequest }
[request.js:37:12](webpack:///src/utils/request.js)
Some cookies are misusing the recommended “SameSite“ attribute 22
Cookie “rl_anonymous_id” has been rejected because it is already expired.
[api](https://sparci-cloudstack.uni-koblenz.de/client/api/?command=logout&response=json)
Cookie “rl_page_init_referrer” has been rejected because it is already
expired.
[api](https://sparci-cloudstack.uni-koblenz.de/client/api/?command=logout&response=json)
Cookie “rl_page_init_referring_domain” has been rejected because it is
already expired.
[api](https://sparci-cloudstack.uni-koblenz.de/client/api/?command=logout&response=json)
Cookie “rl_user_id” has been rejected because it is already expired.
[api](https://sparci-cloudstack.uni-koblenz.de/client/api/?command=logout&response=json)
Cookie “rl_trait” has been rejected because it is already expired.
[api](https://sparci-cloudstack.uni-koblenz.de/client/api/?command=logout&response=json)
Object { data: {…}, status: 432, statusText: "432", headers: {…}, config:
{…}, request: XMLHttpRequest }
[request.js:37:12](webpack:///src/utils/request.js)
Error: Request failed with status code 432
exports createError.js:16
exports settle.js:17
c xhr.js:54
[SamlDomainSwitcher.vue:85:18](webpack:///src/components/header/SamlDomainSwitcher.vue)
Object { data: {…}, status: 431, statusText: "Request Header Fields Too
Large", headers: {…}, config: {…}, request: XMLHttpRequest }
[request.js:37:12](webpack:///src/utils/request.js)
Uncaught (in promise) Error: Request failed with status code 431
exports createError.js:16
exports settle.js:17
c xhr.js:54
[createError.js:16:14](webpack:///node_modules/axios/lib/core/createError.js)
TypeError: Invalid attempt to spread non-iterable instance.
In order to be iterable, non-array objects must have a [Symbol.iterator]()
method.
Babel 2
C generate.js:341
run reactivity.esm-bundler.js:167
get value reactivity.esm-bundler.js:1101
Q generate.js:553
run reactivity.esm-bundler.js:167
get value reactivity.esm-bundler.js:1101
setup generate.js:558
g runtime-core.esm-bundler.js:155
C runtime-core.esm-bundler.js:164
u runtime-core.esm-bundler.js:1726
run reactivity.esm-bundler.js:167
h runtime-core.esm-bundler.js:1790
tn runtime-core.esm-bundler.js:328
P runtime-core.esm-bundler.js:5168
e runtime-core.esm-bundler.js:5080
run reactivity.esm-bundler.js:167
U runtime-core.esm-bundler.js:4968
W runtime-core.esm-bundler.js:4901
C runtime-core.esm-bundler.js:4489
e runtime-core.esm-bundler.js:5107
run reactivity.esm-bundler.js:167
U runtime-core.esm-bundler.js:4968
W runtime-core.esm-bundler.js:4901
C runtime-core.esm-bundler.js:4489
e runtime-core.esm-bundler.js:5107
run reactivity.esm-bundler.js:167
U runtime-core.esm-bundler.js:4968
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]