NickReese
NickReese
WWindmill
Created by NickReese on 9/16/2024 in #help
Unauthorized Tasks?
Thanks @rubenf
25 replies
WWindmill
Created by NickReese on 9/16/2024 in #help
Unauthorized Tasks?
OK, one of the script I was importing had side effects which messed with the global.document and global.window. Disabling that script fixed it.
25 replies
WWindmill
Created by NickReese on 9/16/2024 in #help
Unauthorized Tasks?
when logging wmill, JWT is there and matches the token logged from the process.env
25 replies
WWindmill
Created by NickReese on 9/16/2024 in #help
Unauthorized Tasks?
On the server:
{
BASE: "http://127.0.0.1:44029/api",
CREDENTIALS: "include",
ENCODE_PATH: undefined,
HEADERS: undefined,
PASSWORD: undefined,
TOKEN: "jwt_eyJ0e...",
USERNAME: undefined,
VERSION: "1.394.5",
WITH_CREDENTIALS: true,
interceptors: {
request: Interceptors {
_fns: [],
eject: [Function: eject],
use: [Function: use],
},
response: Interceptors {
_fns: [],
eject: [Function: eject],
use: [Function: use],
},
},
}
{
BASE: "http://127.0.0.1:44029/api",
CREDENTIALS: "include",
ENCODE_PATH: undefined,
HEADERS: undefined,
PASSWORD: undefined,
TOKEN: "jwt_eyJ0e...",
USERNAME: undefined,
VERSION: "1.394.5",
WITH_CREDENTIALS: true,
interceptors: {
request: Interceptors {
_fns: [],
eject: [Function: eject],
use: [Function: use],
},
response: Interceptors {
_fns: [],
eject: [Function: eject],
use: [Function: use],
},
},
}
Started task crawlPageWithFetch as job Unauthorized
25 replies
WWindmill
Created by NickReese on 9/16/2024 in #help
Unauthorized Tasks?
OK. Will test
25 replies
WWindmill
Created by NickReese on 9/16/2024 in #help
Unauthorized Tasks?
Got ya
25 replies
WWindmill
Created by NickReese on 9/16/2024 in #help
Unauthorized Tasks?
On the server, token WM_TOKEN prints fine, but can't find wmill
25 replies
WWindmill
Created by NickReese on 9/16/2024 in #help
Unauthorized Tasks?
Deploying now to test those
25 replies
WWindmill
Created by NickReese on 9/16/2024 in #help
Unauthorized Tasks?
import { task } from "windmill-client@1.394.5";
import { task } from "windmill-client@1.394.5";
25 replies
WWindmill
Created by NickReese on 9/16/2024 in #help
Unauthorized Tasks?
No description
25 replies
WWindmill
Created by NickReese on 9/16/2024 in #help
Unauthorized Tasks?
The strange thing is that is returning successful from that in the UI
25 replies