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

[Bug]: 500 error when creating Public Repository resource #2224

Closed
ngregrichardson opened this issue May 16, 2024 · 1 comment · Fixed by #2225
Closed

[Bug]: 500 error when creating Public Repository resource #2224

ngregrichardson opened this issue May 16, 2024 · 1 comment · Fixed by #2225

Comments

@ngregrichardson
Copy link

ngregrichardson commented May 16, 2024

Description

After this morning's update (v4.0.0-beta.279), I get a 500 error (Undefined array key "services" (View: /var/www/html/resources/views/livewire/project/application/configuration.blade.php)) whenever I try to add a new Public Repository resource. This specifically happens when using Docker Compose (it does not happen with Nixpack). It's also worth noting that the repository I'm using doesn't have a docker-compose.yaml file, it has a docker-compose.yml file (although I also got the same issue on a repository with a docker-compose.yaml file). This hasn't been a problem before, but it is after the latest update.

The error also occurs anytime you attempt to access the resource's page.

Minimal Reproduction (if possible, example repository)

  1. Go into a project and an environment
  2. Click "+ New"
  3. Click "Public Repository"
  4. Choose a server and network
  5. Enter "https://github.com/aptabase/self-hosting/tree/main"
  6. Click "Check repository"
  7. Select "Docker Compose"
  8. Click "Continue"
  9. Get 500 error Undefined array key "services" (View: /var/www/html/resources/views/livewire/project/application/configuration.blade.php)

Exception or Error

Undefined array key "services" (View: /var/www/html/resources/views/livewire/project/application/configuration.blade.php)

image

Version

v4.0.0-beta.279

@andrasbacsai
Copy link
Member

This will be fixed in the upcoming version.

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

Successfully merging a pull request may close this issue.

2 participants