Skip to content

Does not work anymore. #1275

Closed
Closed
@JFPCreations

Description

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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions