-
Description:I've tried several 3rd party custom fields for many-to-many management, while viewing and deleting relations work, XHR requests to their respective URLs always return full HTML document instead of data. I'm starting to think, something is wrong with my system, but don't know where to look. Detailed steps to reproduce the issue on a fresh Nova installation:A basic working many-to-many relation with pivot table. Nova's Tested with these packages:
Browser console shows full HTML document instead of data. Logging from custom fields controllers doesn't help — looks like the request never gets there (works from fields' boot). Guidance is much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Laravel Nova doesn't have any controller with |
Beta Was this translation helpful? Give feedback.
-
Yeah, I know it doesn't, @crynobone. These three custom fields use different controllers for requests, but non of them are actually reached — and all of them return plain HTML instead of data. It looks like something in my Nova is broken, not in those packages. Don't know where to look, though. |
Beta Was this translation helpful? Give feedback.
Yeah, I know it doesn't, @crynobone.
These three custom fields use different controllers for requests, but non of them are actually reached — and all of them return plain HTML instead of data. It looks like something in my Nova is broken, not in those packages. Don't know where to look, though.