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

Widget uri fix #155

Open
magobrillo opened this issue May 3, 2024 · 1 comment
Open

Widget uri fix #155

magobrillo opened this issue May 3, 2024 · 1 comment

Comments

@magobrillo
Copy link

Widget.html didn't load for me. I fixed the problem by editing Widget.json and WidgetConfiguration.json as follows:
"uri": "Widget/Widget.html"
to
"uri": "dist/Widget/Widget.html"
and
"uri": "WidgetConfiguration/WidgetConfigutation.html"
to
"uri": "dist/WidgetConfiguration/WidgetConfigutation.html"

This aligns with the uri settings for the other samples.

@NHuy-Tung
Copy link

Widget.html không tải cho tôi. Tôi đã khắc phục sự cố bằng cách chỉnh sửa Widget.json và WidgetConfiguration.json như sau: "uri": "Widget/Widget.html" thành "uri": "dist/Widget/Widget.html" và "uri": "WidgetConfiguration/WidgetConfigutation .html" thành "uri": "dist/WidgetConfiguration/WidgetConfigutation.html"

Điều này phù hợp với cài đặt uri cho các mẫu khác.

Many thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants