Closed gidhublan closed 8 months ago
I solved the issue by excluding the page with Tinymce from SSR.
app.blade file add;
@php
if(Request::is('panel/*')){
$__inertiaSsrDispatched = true;
$__inertiaSsrResponse = null;
}
@endphp
Hi,
I want to add TinyMCE as self-hosted, but I'm getting the following error. Where am I going wrong?
Error Console;
Editor.vue