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

Failed to import - basehub/react - shows 500 Internal Server Error. - on commit #816

Open
MaDsEm88 opened this issue Mar 30, 2024 · 0 comments
Labels
deno Not working in Deno

Comments

@MaDsEm88
Copy link

MaDsEm88 commented Mar 30, 2024

I am helping the basehub.com team with making their cms work in Fresh.deno.

I got it all figured out and works great when we test it locally. One of the steps to make the basehub cms work is to install some packages -

"basehub" : "npm:basehub",

"basehub/react" : "https://esm.sh/v133/basehub/react?alias=react:preact/compat,react-dom:preact/compat,@types/react:preact/compat",

"slugify" : "https://esm.sh/v133/slugify?alias=react:preact/compat,react-dom:preact/compat,@types/react:preact/compat",..

The problems comes in the second import basehub/react when we want to push the code to our repo it shows the same - failed: 500 Internal Server Error.

Normally it wouldnt be a problem for me, as i am currently maintaining the https://freshnpm.deno.dev site for grabbing valid npm packages for the Fresh framework.

But i have tried various packages solutions, only this one added to the basehub/react import works, but only on local development. Any way to figure out a way, or an alternative solution., as the alternative would be to grab the entire basehub/react code from their repo and make it work with deno/fresh

basehub

Thanks again..

@MaDsEm88 MaDsEm88 added the deno Not working in Deno label Mar 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deno Not working in Deno
Projects
None yet
Development

No branches or pull requests

1 participant