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

Cannot submit package, when running on docker (This value should not be blank.) #262

Open
michalmicpaw opened this issue Jun 21, 2024 · 3 comments

Comments

@michalmicpaw
Copy link

michalmicpaw commented Jun 21, 2024

image

I get error: This value should not be blank.

Same when i'm trying to add public repo from GitHub

@vtsykun
Copy link
Owner

vtsykun commented Jun 21, 2024

How do you run a web-server? With docker installation or local installation from source code. This error may happens if git binary is not accessible from PATH webserver user.

This value should not be blank. - this message related to package name and it happens when composer unable to fetch composer.json from remote repository.

@michalmicpaw
Copy link
Author

michalmicpaw commented Jun 22, 2024

from docker. Same error in apache2, after adding .htaccess and enabling mod rewrite.

In local server, runned by php -S i can upload repo, but there is no /packages.json route

@michalmicpaw
Copy link
Author

michalmicpaw commented Jun 22, 2024

It is weird. When I start server with php -S i can register repos but cannot access /packages.json, but on apache, I can access /packages.json but have error when I try to register repo. Same on docker, I can access packages.json but cannot register new repo

What's wrong?

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

No branches or pull requests

2 participants