Skip to content

Loading extensions from core_nightly returns an error #2137

@tom-grove

Description

@tom-grove

What happens?

I am unable to load any extensions from core_nightly. They all return a CORS error.

I'm including two screenshots. One, is from the browser console of an application that uses DuckDB WASM and tries to load excel from core_nightly and fails. The other, is from the DuckDB WASM page. I'm just using the built-in shell to try to install and load extensions from core_nightly and it fails in the same way.

Image Image

To Reproduce

Open a duckdb console and execute the following commands:

INSTALL excel FROM core_nightly;
LOAD excel;

OS:

any

DuckDB Version:

any

DuckDB Client:

any

Hardware:

No response

Full Name:

Tom Grove

Affiliation:

Paccurate

Did you include all relevant configuration (e.g., CPU architecture, Linux distribution) to reproduce the issue?

  • Yes, I have

Did you include all code required to reproduce the issue?

  • Yes, I have

Did you include all relevant data sets for reproducing the issue?

No - Other reason (please specify in the issue body)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions