You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The project details page of a project is blank and the browser console throws a bunch of errors if the compose file has keys under networks instead of an array.
To Reproduce
Steps to reproduce the behavior:
Add a project with a compose file that lists the networks as keys.
Blank project details page and a bunch of errors in browser console.
Expected behavior
The project details page is shown correctly.
Desktop (please complete the following information):
OS: Linux
Browser: Firefox
Yacht Version: v0.0.7-alpha-2023-01-12--05
Additional context
Seems like the parsing doesnt work correctly and the page is blank.
Example:
This compose file is shown without problems:
version: "3.8"
services:
test:
image: test/test
container_name: test
networks:
- test
restart: unless-stopped
Sorry its taken a little longer to get to your ticket, but the newest work is being done over at https://github.com/SelfhostedPro/yacht-nuxt which is more like a Yacht2.0. The latest image is yacht:devel please try that image and let us know if the problem has been resolved, what was done if it was resolved, or if you still need assistance.
Describe the bug
The project details page of a project is blank and the browser console throws a bunch of errors if the compose file has keys under networks instead of an array.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The project details page is shown correctly.
Desktop (please complete the following information):
Additional context
Seems like the parsing doesnt work correctly and the page is blank.
Example:
This compose file is shown without problems:
This not:
The text was updated successfully, but these errors were encountered: