prof_mark
prof_mark
WWasp-lang
Created by prof_mark on 8/23/2024 in #đŸ™‹questions
Payload too large
I am getting a payload too large error, directing me to this line: const response = await api.post(operationRoute.path, superjsonArgs) How can adjust the max payload size for uploads?
16 replies
WWasp-lang
Created by prof_mark on 8/23/2024 in #đŸ™‹questions
An argument for 'context' was not provided.
I'm really struggling to understand this context that gets injected into api calls. I think I got all the configs straight (adding the right entities) in my main.wasp file, but I still get the context was not provided error message. How can I track down which part I am missing to make a call to an action get the context inlined?
8 replies