@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