-
Notifications
You must be signed in to change notification settings - Fork 542
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
Does not work anymore. #1275
Comments
Same Issue @extends('layouts.app') @section('content') @include('partials.search') @if($apps->first()) @include('sortable') @else {!! __('app.dash.no_apps', [ 'link1' => ''.__('app.dash.link1').'', 'link2' => ''.__('app.dash.link2').'' ]) !!} |
same for me... 2.5.8 and dev tags get the same error |
Similar issues with the latest tag. @extends('layouts.app') @section('content') @include('partials.search') @if($apps->first()) @include('sortable') @else {!! __('app.dash.no_apps', [ 'link1' => ''.__('app.dash.link1').'', 'link2' => ''.__('app.dash.link2').'' ]) !!} |
Same behavior running docker from Synology. Can work around it by using tag V2.5.8-ls251 |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
@Callahan78, here's the top part of my docker compose file that's temporarily edited to pull a working version:
|
Ah . . . I missed the "V" in "V2.5.8-ls251" . . . . now it is working :-) |
Thank you. |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Also broken for me. Reverting to the previous image as mentioned still give ipv6 related errors. |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
1 similar comment
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
If you are affected by this issue, please just "upvote" the opening post. Posting here "Same issue" all the time is just spamming various mailboxes of people who follow this issue. I'm pretty sure the devs got the message by now. This is also resulting in this, which is indeed not helpful: If you want to get updates on this issue, you can subscribe to it. Thank you. |
I run Heimdall on Kubernetes (MicroK8s on Ubuntu) in a VM and manage applications using Portainer CE. Make sure to backup first or make a snapshot if running Heimdall in a VM!
|
This comment was marked as spam.
This comment was marked as spam.
I have the same problem on my instance too |
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
This comment was marked as spam.
Pinned the issue and I'm just going to lock the conversation for now. We are aware of the issue, as mentioned by @ppfeufer - this is getting spammy right now. We are working on a fix, just roll back to the previous tag that's been mentioned already. |
This should be fixed. Additionally I'll be dropping a new release v2.6.0 tomorrow, if anyone has a chance please test it using the |
Not sure what happen, it was working great for months, but now it shows this:
From nginx reverse proxy:
@extends('layouts.app') @section('content') @include('partials.search') @if($apps->first()) @include('sortable') @else
{!! __('app.dash.no_apps', [ 'link1' => ''.__('app.dash.link1').'', 'link2' => ''.__('app.dash.link2').'' ]) !!}
@include('add')
@endif @endsection
From ip.port: Login page give this:
@extends('layouts.app') @section('content')
{{ csrf_field() }}
@if($user->avatar) @else @endif {{ $user->username }}
Login
@endsection
Latest docker version of heimdall installed.
Can you help me fix this, please?
The text was updated successfully, but these errors were encountered: