Resource edit error and black overlay
Hello!
I created a resource (data from mssql). Added ONLY a table TextColumn for AccountID and nothing in form. When i open table, data shows correctly, but when i try to edit this record, it opens url, but black screen, more like overlay. And there is JS error.
Uncaught SyntaxError: Unexpected end of JSON input
at JSON.parse (<anonymous>)
at new Component (livewire.js?id=65f3e655:4530:28)
at initComponent (livewire.js?id=65f3e655:4643:21)
at livewire.js?id=65f3e655:8814:26
at livewire.js?id=65f3e655:1909:58
at livewire.js?id=65f3e655:1484:42
at Array.forEach (<anonymous>)
at livewire.js?id=65f3e655:1484:27
at walk (livewire.js?id=65f3e655:1399:5)
at walk (livewire.js?id=65f3e655:1404:7)
Any ideas?
1 Reply
could you provide some code?