message: `Unexpected token 'I', "Internal S"... is not valid JSON`
Fresh install, twice. Version 0.15.2. TrueNAS Scale, using the TrueCharts Version: 10.8.1.
Log: https://pastebin.com/8Bfr25uE
Any help would be greatly appreciated.
Pastebin
Homarr error - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
8 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
I think it may depend on how you configured homarr in truenas.
Here it seems there are permissions errors.
Did you stick to PVC storage or did you do hostpath?
Hostpath
Screenshots?
You haven't configured the folders properly then
Ok, let me check on that
Default user with truecharts is 568, so your folders need to have permissions for that user. Either chmod 777 the folder (easy but not recommended) or change the owner and group of the folder to 568
Also remember you can't assign the same folder to all volumes, make subfolders, for each mounts
It was a permissions error, thank you. Yes, there are subfolders present
Great