Skip to content

IonIcons 5 + Ionic 5 + Google App Engine The directory [public/svg] has too many files #774

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

Closed
REPTILEHAUS opened this issue Feb 13, 2020 · 4 comments
Labels
triage New issues

Comments

@REPTILEHAUS
Copy link

Since upgrading to v5 I am now getting this error.

ERROR: (gcloud.app.deploy) Error Response: [3] The directory [public/svg] has too many files (greater than 1000).

@ghost
Copy link

ghost commented Mar 17, 2020

Hi !

I have the same problem, did you find a solution ?

Edit:
While waiting for a clean solution, I removed adding icons to the build by removing the asset in the angular.json file then I manually added each icon I used in my asset folder using the ion-icon component src attribute

@davidquintard
Copy link

Same issue for me

@cevaris
Copy link

cevaris commented Oct 10, 2021

Same issue 2021.
This blocks deploying Server Side Rendering Ionic app to Google Cloud.

Edit:
Work around is adding entry in .glcoudignore file.
dist/app/browser/svg/

When needed later I can allow specific icons like
!dist/app/browser/svg/foo.svg

@brandyscarney brandyscarney added the triage New issues label Sep 27, 2022
@christian-bromann
Copy link
Member

Consolidating into #1448

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage New issues
Projects
None yet
Development

No branches or pull requests

5 participants