-
Notifications
You must be signed in to change notification settings - Fork 6
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
Unable to render index error #15
Comments
@5c0rp1 Not sure if this maters anymore but that error is that The plugin can't find the "Dist Index" which is defined in the Xo Index settings page. Basically the theme your using doesn't have that folder in it. I am just trying to get this running and found the same issue. |
@drewswanner, I haven't been as active with this project for the past while. I am testing a new version of the Xo plugin for wordpress itself at https://github.com/WarriorRocker/angular-xo-core/tree/release-2.0.0 in order to support newer angular releases. The theme itself will need some new updates, the purpose of this particular theme is really as a demonstration. This is why it ships without the dist folder by design is that it should be adapted for the needs of your particular project. That being said, this theme and the plugin should be receiving some fairly large updates soon. As @drewswanner mentioned, the error above is because the /dist/index.html can't be found. Most likely the Dist Index setting is incorrect, it is relative to the current theme folder. |
@WarrierRocker thanks for the info. I will check out that release and see how it works. I would be glad to help you test and update these repos. Glad to hear your looking at updating this. I was intending to do same as pr but might as well work with you on this.
Thanks
Drew
Sent from Proton Mail for iOS
…On Sat, Oct 1, 2022 at 19:07, WarriorRocker ***@***.***> wrote:
***@***.***(https://github.com/drewswanner), I haven't been as active with this project for the past while. I am testing a new version of the Xo plugin for wordpress itself at https://github.com/WarriorRocker/angular-xo-core/tree/release-2.0.0 in order to support newer angular releases. The theme itself will need some new updates, the purpose of this particular theme is really as a demonstration. This is why it ships without the dist folder by design is that it should be adapted for the needs of your particular project.
That being said, this theme and the plugin should be receiving some fairly large updates soon.
As ***@***.***(https://github.com/drewswanner) mentioned, the error above is because the /dist/index.html can't be found. Most likely the Dist Index setting is incorrect, it is relative to the current theme folder.
—
Reply to this email directly, [view it on GitHub](#15 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ACHIG2F72Y3TQAANJXXZWT3WBDG53ANCNFSM4LFA3V4Q).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Hi,
I try to upload the angular-xo-material theme to wordpress, but I always get the "Unable to render index" error. I did these steps:
ng build
. After I tried withnpm install
-->npm build
. Effect is the same.In an another thread I red that I need Advanced Custom Fields plugin to make theme works. I tried with this, but I got fatal error.
Could you help me?
The text was updated successfully, but these errors were encountered: