Ian Witherow
Ian Witherow
Just wanted to chime in since I'm having this issue as well. Every once in awhile some unlucky user will have this error pop up. Any chance of a minor...
@Adam-78 Not sure if this will help you, but I did figure out why it was happening on my site. In my layout page, I would generate the top navigation...
I just ran into this problem and solved it. Within my `map` function for my fields, on the name properties, I had some string that made sense to me, but...
Still have this problem; any update? Built css files end up named "**index**-[hash].css" instead of using the [name].
@Langer75 Thanks, this worked for me! @onokje - Would you like a pull request for this (the Frunk and Trunk issue)?
@Langer75 I got the different temperatures working for my 2021 Y. The key is that you need to un-sync the temperatures in the car first ("Split" button). I haven't seen...
@andijegg Can you try calling [openTrunkAsync](https://github.com/mseminatore/TeslaJS/blob/master/docs/DOCS.md#opentrunkasyncoptions-which--promise) from the [TeslaJS](https://github.com/mseminatore/TeslaJS) library directly (outside of node-red)? Make sure to use "front" and "rear" there too despite the documentation. Or try both variations!...
@andijegg Gotcha, well just out of curiosity - do other calls from node-red work? Can you open the charge port for instance? Also, did you restart your node-red instance after...
@andijegg Anything appear in a debug message payload from the openFrunk node? Example: 
It must not be picking up the change you made. What's the file path of your tesla.js that you edited?