Rahman Ramsi

Results 5 comments of Rahman Ramsi

I have this problem too on vps server, its stuck on processing. but in local it working as usual. ![image](https://user-images.githubusercontent.com/48276043/130022807-c956815e-ce12-4b83-afef-976f784781ae.png) When I see the response, it load all data from...

> > Please check the console error or any error logs that was generated. It will help you traced which part failed. There are some cases where server config causes...

same issue to me

@TempleOfTemplar you can cast body field to array in model. So you don't need to modify mount method

> ``` > wire:ignore > class="editorjs-wrapper" > x-data="editorjsreadonly({ > data: {{ $post->body }} > })" > > > ``` Where's this code come from??