linuxserver / Heimdall

An Application dashboard and launcher
MIT License
7.5k stars 538 forks source link

Does not work anymore. #1275

Closed JFPCreations closed 5 months ago

JFPCreations commented 5 months ago

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?

JFPCreations commented 5 months ago

I can still login and it show:

@extends('errors::minimal') @section('title', ('Not Found')) @section('code', '404') @section('message', ('Not Found'))

grpfl commented 5 months ago

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').'' ]) !!} @include('add') @endif @endsection

moreje commented 5 months ago

same for me... 2.5.8 and dev tags get the same error

victorgrund commented 5 months ago

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').'' ]) !!} @include('add') @endif @endsection

SighmanSays commented 5 months ago

Same behavior running docker from Synology.

Can work around it by using tag V2.5.8-ls251

theyort commented 5 months ago

Same error with the latest version. I reinstalled version 2.5.8 ls251 to return to normal operation.

syko9000 commented 5 months ago

I'll chime in... same

Callahan78 commented 5 months ago

same here . . . what is the syntax to install last working version? Tried with ":2.5.8-ls251" instead ":latest" but didn´t work.

victorgrund commented 5 months ago

@Callahan78, here's the top part of my docker compose file that's temporarily edited to pull a working version:

---
version: "2.1"
services:
  heimdall:
    #image: lscr.io/linuxserver/heimdall:latest
    image: lscr.io/linuxserver/heimdall:V2.5.8-ls251
    container_name: heimdall
Callahan78 commented 5 months ago

@Callahan78, here's the top part of my docker compose file that's temporarily edited to pull a working version:

---
version: "2.1"
services:
  heimdall:
    #image: lscr.io/linuxserver/heimdall:latest
    image: lscr.io/linuxserver/heimdall:V2.5.8-ls251
    container_name: heimdall

Ah . . . I missed the "V" in "V2.5.8-ls251" . . . . now it is working :-) Thank you very much! 👍

JFPCreations commented 5 months ago

Thank you.

comfreak89 commented 5 months ago

same here. version V2.5.8-ls251 is also working for me.

JudeLC commented 5 months ago

Same for me

alancarrillo commented 5 months ago

same here. version V2.5.8-ls251 is also working for me. Same error with the latest version. I reinstalled version 2.5.8 ls251 to return to normal operation.

error420 commented 5 months ago

Same here...

`@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`

Back in business by pulling the previous version of image in portainer "lscr.io/linuxserver/heimdall:V2.5.8-ls251".

TheLinx79 commented 5 months ago

Also broken for me. Reverting to the previous image as mentioned still give ipv6 related errors.

OddSquirrel commented 5 months ago

Same here, also back up running with lscr.io/linuxserver/heimdall:V2.5.8-ls251.

riyadchowdhury commented 5 months ago

Same also broken for me, I reverted to 2.5.7 which is working fine.

mozzi75 commented 5 months ago

also not working here.

ipod86 commented 5 months ago

Same for me

KingKorg commented 5 months ago

Same for me

gladiatormax commented 5 months ago

Here also the same.

itinfosec commented 5 months ago

Same problem here but reverting to lscr.io/linuxserver/heimdall:V2.5.8-ls251 has worked for me

vlemmings commented 5 months ago

Same here on latest. 2.5.7 seems to be working fine.

Tagiwara commented 5 months ago

same hier... 2.5.7 works well... 2.5.8 returns an error as shown above

Fooose commented 5 months ago

Same for me.

OrbitingOcelot commented 5 months ago

God and I thought it was my server upgrade that broke it spent half an hour trying to find the issue...

xxcriticxx commented 5 months ago

Who broke heimdall?

xabix commented 5 months ago

Same issue here!

pshdomo commented 5 months ago

+1. Same issue

mrxxxxxx commented 5 months ago

exact same Issue. Back to V2.5.8-ls251

cibercue commented 5 months ago

Thanks, back to V2.5.8-ls251 and works.

m3tc0n commented 5 months ago

Same here, back to V2.5.8-ls251 and it works again.

Fawlty65 commented 5 months ago

Same here. Reverted back.

juhnu1 commented 5 months ago

Same here, reverted. Thx guys

cammelspit commented 5 months ago

Same issue, gonna revert now, at least it isnt just me!

sunfang1cn commented 5 months ago

Same issue

ppfeufer commented 5 months ago

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:

image

If you want to get updates on this issue, you can subscribe to it.

Thank you.

WildStar2022 commented 5 months ago

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! Consult Portainer docs if using Helm, Docker, or want to use the command line.

rasfincher commented 5 months ago

I'm using Portainer on a Synology and rolling back go V2.5.8-ls251 did not resolve the issue for me. Rolling back to V2.5.7-ls238 works for me.

elax46 commented 5 months ago

I have the same problem on my instance too

underwoodblog commented 5 months ago

same here via docker on debian. switched from latest to 2.5.7 to get it running again.

BugFixer300 commented 5 months ago

@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

Same thing

j0nnymoe commented 5 months ago

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.

KodeStar commented 5 months ago

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 :development tag. The new release updates the underlying framework from Laravel 8 to Laravel 10, which increases the minimum php version to 8.1 as well as requiring the DOM PHP extension and adds in Search support on the application dropdown list.