Missing 'index.html' files for Content creation #814
Replies: 21 comments 6 replies
-
|
All editor and plugin files must be present in the public bucket. In EasyInstaller, there is a module called upload-files that uploads these files to the public bucket. Reference: https://github.com/project-sunbird/sunbird-ed-installer/tree/main/terraform/azure/modules/upload-files |
Beta Was this translation helpful? Give feedback.
-
|
@divyagovindaiah, Please advise. |
Beta Was this translation helpful? Give feedback.
-
|
fyi - I am using this branch code: https://github.com/project-sunbird/sunbird-ed-installer/tree/oci-integration which is v7.5.6 |
Beta Was this translation helpful? Give feedback.
-
|
@divyagovindaiah , understand that you use rclone copy to upload, but where can I get these source files? You mentioned "manually" from Azure storage account, but in the installer README.md doesn't have any info about the account details to download these files. |
Beta Was this translation helpful? Give feedback.
-
|
https://github.com/project-sunbird/sunbird-ed-installer/blob/oci-integration/terraform/azure/modules/upload-files/variables.tf#L17 You can find it here. |
Beta Was this translation helpful? Give feedback.
-
|
@divyagovindaiah
I get this error: What did I missed? |
Beta Was this translation helpful? Give feedback.
-
|
maybe this is missing? |
Beta Was this translation helpful? Give feedback.
-
|
Try running this command |
Beta Was this translation helpful? Give feedback.
-
|
same error: |
Beta Was this translation helpful? Give feedback.
-
|
fyi - this is my rclone.conf [sunbird] ` NOTE: ...... are masked but actual values were tested for the connectivity |
Beta Was this translation helpful? Give feedback.
-
|
For OIC integration, A key is not required since it’s a public URL. only the following is needed for Sunbird: [sunbird] |
Beta Was this translation helpful? Give feedback.
-
|
@divyagovindaiah
Since I am new to this Sunbird-ed application, can you share some tips to:
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
@divyagovindaiah Request Response Request Data |
Beta Was this translation helpful? Give feedback.
-
|
@JeraldJF ok from the log, I see this error: Any idea for the name of endpoint parameter in content configmap so I can double check? |
Beta Was this translation helpful? Give feedback.
-
|
@JeraldJF , ok looking forward to. But this is new error now: |
Beta Was this translation helpful? Give feedback.
-
|
This error is from Content publishing sequence: |
Beta Was this translation helpful? Give feedback.
-
|
@JeraldJF , just to respond RE: vm Sunbird-ed deployed version. I got the response saying 'release 7.0.0' |
Beta Was this translation helpful? Give feedback.
-
|
@JeraldJF and @divyagovindaiah I have double checked oci object storage for existence of /content-plugins/org.ekstep.navigation-1.0/renderer/controller/navigation_ctrl.js file as below:
Please advise. |
Beta Was this translation helpful? Give feedback.
-
|
@JeraldJF since orginal has been resolved, let's close this one and create other issues so we can manage them more constructively. Here are 2 new issues I have created:
|
Beta Was this translation helpful? Give feedback.
-
|
closing as original issue has been resolved |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Based on this setup in nginx-public proxy-default.conf (./helmcharts/edbb/charts/nginx-public-ingress/configs/proxy-default.conf), there are these proxy definition:
where all getting some contents from bucket: "https://{{ .Values.global.object_storage_endpoint }}/{{ .Values.global.public_container_name}}" e.g. 'index.html'
Issue 1 to reproduce:
Issue 2 to reproduce:
Symptom: opens a file manager dialoag then stuck
Question: where can I find these missing files?
Beta Was this translation helpful? Give feedback.
All reactions