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

Data Cloud Playground cloning of coral-cloud Errors: Filenames to Long #61

Closed
1 task done
BaileyAnn opened this issue Dec 23, 2024 · 3 comments
Closed
1 task done
Assignees
Labels
bug Something isn't working

Comments

@BaileyAnn
Copy link

Summary

In the trailhead project: Deploy the Coral Cloud Sample App using a Data Cloud Playground, the cloning of the coral-cloud app repository is throwing errors on multiple filenames due to the filename being to long.

error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/einstein-headers/einstein-header-background.svg: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-brand-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-group-public-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-user-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/25a0d599d2/prod/data-cloud-event-dispatcher: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/af06f33d90/prod/lwr_bootstrap_locker: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/c45b1c1434/prod/o11y-event-dispatcher: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/e2b2bbd4a5/prod/lwr_app_bootstrap_hook: Filename too long
fatal: cannot create directory at 'cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/view/ee9aaca4c601990e14dd040e60c18cc7': Filename too long

Salesforce Org Type

Trailhead Playground

Steps To Reproduce

Command used: git clone https://github.com/trailheadapps/coral-cloud

Current Behavior

Because of this error the project structure is not detected as a Salesforce DX project structure and I am unable to move forward to the next command in the readme instructions.

Expected Behavior

cloning of entire project structure

Relevant Log Output

**Clone Command Results:** 

Cloning into 'coral-cloud'...
remote: Enumerating objects: 1509, done.
remote: Counting objects: 100% (325/325), done.
remote: Compressing objects: 100% (173/173), done.
remote: Total 1509 (delta 174), reused 235 (delta 140), pack-reused 1184 (from 1)Receiving objects:  98% (1479/1509)
Receiving objects: 100% (1509/1509), 5.17 MiB | 13.97 MiB/s, done.
Resolving deltas: 100% (594/594), done.
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/einstein-headers/einstein-header-background.svg: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-brand-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-group-public-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/assets/images/themes/oneSalesforce/banner-user-default.png: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/25a0d599d2/prod/data-cloud-event-dispatcher: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/af06f33d90/prod/lwr_bootstrap_locker: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/c45b1c1434/prod/o11y-event-dispatcher: Filename too long
error: unable to create file cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/framework/e2b2bbd4a5/prod/lwr_app_bootstrap_hook: Filename too long
fatal: cannot create directory at 'cc-service-app/main/default/staticresources/SNA_HUpnp_sf_default_cdn_ESW_Agent_Web_Deployment_17296990144201/webruntime/view/ee9aaca4c601990e14dd040e60c18cc7': Filename too long
warning: Clone succeeded, but checkout failed.
You can inspect what was checked out with 'git status'
and retry with 'git restore --source=HEAD :/'

Code of Conduct

  • I agree to follow this project's Code of Conduct
@BaileyAnn BaileyAnn added the bug Something isn't working label Dec 23, 2024
Copy link
Contributor

Thank you for posting this issue. 🙇🏼‍♂️
We will come back to you shortly.

@muenzpraeger
Copy link
Contributor

muenzpraeger commented Dec 23, 2024 via email

@pozil
Copy link
Contributor

pozil commented Jan 13, 2025

Closing this issue for now. Feel free to comment if you still need assistance.

@pozil pozil closed this as completed Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants