-
Notifications
You must be signed in to change notification settings - Fork 48
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
LiveView asset version mismatch. JavaScript version 0.20.17 vs. server 1.0.0-rc.6. #216
Comments
You'll have to use the |
I get an error. Windows does not like colons in filenames. This may be an issue with
|
I've seen this problem before but was never able to reproduce it. Are you on windows? |
I'm on Windows 10. |
🤔 Yeah, I'm not sure how much I can help with this. Do you get this same error if you clone this repo down directly? |
We could remove the colons from the filenames since Windows does not allow colons in filenames. When I download the zip and extract, the colons are removed from the filenames. |
🤔 I wonder why thats not happening when it's cloned with git. I also didn't know that windows didn't allow colons in file names. These files are autogenerated docs, so changing them would require changing them in spark. But we can do it if it's actually necessary. Will require updating all of our packages that use it one at a time. |
I could create a fork and manually remove the colons for now. The error comes from git clone.
|
Right. Okay, please open an issue here: https://github.com/ash-project/spark requesting us to remove the |
Okay, you should now be able to clone the repo. |
Describe the bug
Admin content is blank.
To Reproduce
Install
mix igniter.new helpdesk --install ash,ash_postgres --with phx.new --extend postgres --example
before adding AshAdmin.Expected behavior
AshAdmin work with LiveView RC.
Runtime
The text was updated successfully, but these errors were encountered: