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

Error in a new rails 7 app without esbuild #2467

Closed
sechix opened this issue May 9, 2023 · 1 comment · Fixed by #2498
Closed

Error in a new rails 7 app without esbuild #2467

sechix opened this issue May 9, 2023 · 1 comment · Fixed by #2498
Assignees
Labels
Milestone

Comments

@sechix
Copy link
Contributor

sechix commented May 9, 2023

Steps to reproduce

Rails 7.0.4
I have installed alchemy_cms in a new rails 7 app.

Expected behavior

Everything work except some functionalities in admin, for example, editing a apge and tryiing to hide/open elements. I have realized that is due to a missing js files, for example Datapicker.

I dont know if something is missing in the pin:
pin "@alchemy_cms/admin", to: "https://ga.jspm.io/npm:@alchemy_cms/admin@7.0.0-a/package/dist/admin.js"

My app dont have esbuild.

I think is something related to package/src/*.js that is not being imported in an app without esbuild neither package.json, just importmaps

image

System configuration

  • Alchemy Version: main
  • Rails Version: 7.0.4
@tvdeyen
Copy link
Member

tvdeyen commented Jun 30, 2023

@sechix please try 7.0.0-c that should fix the issue

@tvdeyen tvdeyen added this to the 7.0 milestone Jun 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants