@extends('layouts.admin')
@section('page', $page)
@section('title', getSetting('APPLICATION_NAME') . ' | ' . $page)
@section('content')
{{ __('Troubleshooting') }}
- {{ __('Make sure, the URL is correct') }}
- {{ __('Make sure, the /server/.env file has been updated as per the documentation') }}
- {{ __('Make sure, the NodeJS service is started as per the documentation') }}
- {{ __('Make sure, the required ports are allowed in the Firewall as per the documentation') }}
- {{ __('Make sure, the SSL certificates are valid') }}
- {{ __('If you are using Cloudflare, make sure you use 8443 port') }}
@endsection
@section('script')
@endsection