OS info
- Operating System : Windows 10.0.26200
- Wappler Version : 7.9.7
Problem description
With "status": 302 attribute, value does not appear:
{
"name": "go_login",
"module": "core",
"action": "redirect",
"options": {
"url": "/login",
"status": 302
}
}
After selecting 302, value appears:
{
"name": "go_login",
"module": "core",
"action": "redirect",
"options": {
"url": "/login"
}
}
Steps to reproduce
- Open api>auth>logout.
- No value in
Status.

