fulcro

Book: http://book.fulcrologic.com, Community Resources: https://fulcro-community.github.io/, RAD book at http://book.fulcrologic.com/RAD.html
Aleksander Rendtslev 2021-03-10T01:26:30.239Z

Thank you for all the responses! Every day it all clicks a little more. This is super helpful. I look forward to diving in.

2021-03-10T21:01:03.241500Z

getting a weird error with the fulcro.nteworking.file-upload tooling of Exception while converting mutation with file uploads. Error: Cannot write Function. can’t seem to figure out what might be causing that, and pretty sure I’m using the api correctly. any. pointers on where to look?

2021-03-10T21:06:25.242800Z

as far as I can tell, the root of the issue seems to be my remote calling using m/returning. commenting that out and just setting the remote declaration to be true works as expected

tony.kay 2021-03-10T22:14:36.243300Z

which version of Fulcro @mss?

tony.kay 2021-03-10T22:14:42.243500Z

there was just a patch on that in the latest

tony.kay 2021-03-10T22:15:11.243700Z

3.4.18

2021-03-10T22:39:57.244300Z

oh perfect, will upgrade. was on 3.4.10

2021-03-10T22:40:06.244500Z

appreciate the response

tony.kay 2021-03-10T22:47:25.246700Z

Fulcro 3.4.19 just released. Includes improved dev-time error messages. This was a combined effort of @holyjak and myself. There are more improvements planned, but wanted to go ahead and get these out. holyjak and @alex-eberts are helping add web links to all of the error messages, and a new appendix in the developers guide that will help you understand the error messages, and will refer to the sections of the book you should read when you get them.

👍 3
💯 3
3
3
🚀 2
tony.kay 2021-03-10T22:48:46.246800Z

Yeah, it’s funny how this works. That code has been stable and untouched (but broken with returning ) for over a year. Just this week 2 different people have run into it. I’ve had other parts of the system that were the same way. Were busted basically forever, and then all of a sudden multiple people discover it at the same time.