Closed
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?
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done
Activity