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

Does not work anymore. #1275

Closed
JFPCreations opened this issue Feb 16, 2024 · 45 comments
Closed

Does not work anymore. #1275

JFPCreations opened this issue Feb 16, 2024 · 45 comments

Comments

@JFPCreations
Copy link

JFPCreations commented Feb 16, 2024

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
Copy link
Author

I can still login and it show:

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

@grpfl
Copy link

grpfl commented Feb 16, 2024

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
Copy link

moreje commented Feb 16, 2024

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

@victorgrund
Copy link

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
Copy link

Same behavior running docker from Synology.

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

@theyort

This comment was marked as spam.

@syko9000

This comment was marked as spam.

@Callahan78

This comment was marked as spam.

@victorgrund
Copy link

victorgrund commented Feb 16, 2024

@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
Copy link

@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
Copy link
Author

Thank you.

@comfreak89

This comment was marked as spam.

@JudeLC

This comment was marked as spam.

@alancarrillo

This comment was marked as spam.

@error420

This comment was marked as spam.

@TheLinx79
Copy link

TheLinx79 commented Feb 17, 2024

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

@OddSquirrel

This comment was marked as spam.

@riyadchowdhury

This comment was marked as spam.

@mozzi75

This comment was marked as spam.

@ipod86

This comment was marked as spam.

1 similar comment
@KingKorg

This comment was marked as spam.

@gladiatormax

This comment was marked as spam.

@itinfosec

This comment was marked as spam.

@vlemmings

This comment was marked as spam.

@Tagiwara

This comment was marked as spam.

@Fooose

This comment was marked as spam.

@OrbitingOcelot

This comment was marked as spam.

@xxcriticxx

This comment was marked as spam.

@xabix

This comment was marked as spam.

@pshdomo

This comment was marked as spam.

@mrxxxxxx

This comment was marked as spam.

@cibercue

This comment was marked as spam.

@m3tc0n

This comment was marked as spam.

@Fawlty65

This comment was marked as spam.

@juhnu1

This comment was marked as spam.

@cammelspit

This comment was marked as spam.

@sunfang1cn

This comment was marked as spam.

@ppfeufer
Copy link

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
Copy link

WildStar2022 commented Feb 17, 2024

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.

  • Login to Portainer
  • Select the Kubernetes environment
  • From the Dashboard, select Applications
  • From the Applications list, select heimdall (or whatever you called it)
  • From the Applications details, select YAML
  • Select Copy to clipboard
  • Paste to an editor like Notepad
  • From your editor:
    - Comment out: #image: linuxserver/heimdall:latest
    - Replace with: image: linuxserver/heimdall:V2.5.8-ls251
    - Edit/Select All then Copy
  • From your browser Portainer window, go back one page
  • Select Create from manifest
  • Toggle User namespace(s) specified from manifest
  • I left Namespace to default
  • Enter heimdall (or whatever you called it) in the Name field
  • Select Web Editor and Paste the contents of your clipboard
  • Finally at the bottom under Action, select Deploy

@rasfincher

This comment was marked as spam.

@elax46
Copy link

elax46 commented Feb 17, 2024

I have the same problem on my instance too

@underwoodblog

This comment was marked as spam.

@BugFixer300

This comment was marked as spam.

@j0nnymoe j0nnymoe pinned this issue Feb 17, 2024
@j0nnymoe
Copy link
Member

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.

@linuxserver linuxserver locked as spam and limited conversation to collaborators Feb 17, 2024
@KodeStar
Copy link
Member

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.

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

No branches or pull requests