Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: Fail To Sync Hub Resource types with admins workspace #1642

Closed
zsnmwy opened this issue May 24, 2023 · 2 comments
Closed

bug: Fail To Sync Hub Resource types with admins workspace #1642

zsnmwy opened this issue May 24, 2023 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@zsnmwy
Copy link

zsnmwy commented May 24, 2023

Describe the bug

image image
{
    "error": {
        "name": "ExecutionErr",
        "message": "ExitCode: 1, last log lines:\nerror: Expected a JavaScript or TypeScript module, but identified a Unknown module. Importing these types of modules is currently not supported.\n  Specifier: https://x.nest.land/[email protected]/mod.ts\n    at https://deno.land/x/[email protected]/src/constants/index.ts:2:19"
    }
}

Fail to load https://x.nest.land/[email protected]/mod.ts.

image

The domain seems to have expired.

To reproduce

import wmill from "https://deno.land/x/[email protected]/main.ts";
export async function main() {
  await run(
    "workspace", "add", "__automation", "admins", Deno.env.get("BASE_INTERNAL_URL") + "/", "--token", Deno.env.get("WM_TOKEN"));

  await run("hub", "pull");
}

async function run(...cmd: string[]) {
  console.log("Running \"" + cmd.join(' ') + "\"");
  await wmill.parse(cmd);
}

Expected behavior

Succeed in syncing Hub Resource types.

Screenshots

image

Browser information

No response

Application version

Windmill v1.103.0-13-g133adefc

Additional Context

No response

@zsnmwy zsnmwy added the bug Something isn't working label May 24, 2023
@rubenfiszel
Copy link
Contributor

Yes nestdotland/nest.land#336 seems to be down, I will see how we can update our dependencies

@rubenfiszel
Copy link
Contributor

Fixed in 1.104.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

No branches or pull requests

2 participants