wireui: Returning rendered blade component causes file_exists to fail on some systems
Describe the bug I get this error on my production server ( and only on production )
file_exists(): File name is longer than the maximum allowed path length on this platform (4096): /var/www/vhosts/********************/resources/views/<div class="relative" x-data="{ localeDateConfig: {}, config: { interval: 10, is12H: true, readonly: false, disabled: false, }, withoutTimezone: false, timezone: 'UTC', userTimezone: '', ...
As shown above, it seems like the view content is treated as a file name for some reason.
After digging around (for days) I found the exact same issue here and I found other packages which had and fixed the issue here.
I think and hope you can find better details about the issue in the provided links. Never the less, please let me know if you need further information about the issue.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 23 (20 by maintainers)
Commits related to this issue
- trying to fix https://github.com/wireui/wireui/issues/60 — committed to vlados/vladko.dev by deleted user 2 years ago
This is it. https://github.com/livewire-ui I’ll try and use wireUI model component and report back to you with the result.