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

vendor.css and client.css not found #217

Open
ElenaForester opened this issue Jul 21, 2021 · 5 comments
Open

vendor.css and client.css not found #217

ElenaForester opened this issue Jul 21, 2021 · 5 comments
Assignees
Labels

Comments

@ElenaForester
Copy link

Describe the bug
When trying to create a repo no for appears and there are errors in console Failed to load resource: the server responded with a status of 404 (Not Found) for vendor.css and client.css

To Reproduce
Steps to reproduce the behavior:

  • Click Create a repo (New repo) button in organization page

Expected behavior
Form for repo creation is showed

Screenshots
image

image

image

@ElenaForester
Copy link
Author

Further investigations brought me to ember-app issue. Lack of my js knowledge doesn't help a lot here :(

@jeffwilcox
Copy link
Collaborator

@ElenaForester I bet our prior Ember app is being included in the default version, even if you don't have your own ember app deployed...

There's already some dynamic code in the app to determine whether the Ember client app is being deployed... if I can plumb that into the view state, we could exclude those files...

@ElenaForester
Copy link
Author

Thanks for response!

But is there any workaround to make it work (at least temporarily)? Maybe there is some view I can use?

Off topic:
I'm playing with the app now and finding it very promising, seems it will be super convenient to manage people, teams and repos (instead of using github terraform provider which I'm using now). But have some questions:

  • is there any roadmap to check upcoming features & improvements?
  • will it be possible to manage repository webhooks, branch protection configs, topics etc from the app? Do you have plans work on these features?
  • are there any plans to add possibility of team creation from the app but not in Github UI? (Currently it redirects me to the Github team creation page)
  • would be very nice to have more detailed documentation :)

Thanks in advance!

@subesokun
Copy link

Hi, I've run into this issue too and did some debugging. As written in the docs, it's possible to define a custom assets package to be used instead of the default-assets-package. But if I've a look into the the default-assets-package, I can't find any client.(js|css) or vendor.(js|css) files. Also not in the generated public folder after running Grunt. Maybe those files are just missing in the default assets package? Or any hints where I can find those client and vendor files? Seems like jQuery is not loading correctly too.

Screen Shot 2021-11-16 at 11 17 06

@github-actions
Copy link

This issue has been identified as stale because it has gone 30 days with no activity.
The issue will be closed in 10 days. If this is incorrect, simply comment on the issue, or remove the stale label.

@github-actions github-actions bot added the Stale label Oct 11, 2022
@jeffwilcox jeffwilcox added keep-me and removed Stale labels Oct 11, 2022
@jeffwilcox jeffwilcox self-assigned this Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants