Laura Eck
Laura Eck
I got the same message.
@eparreno Yeah I had to work against a spec that expected a very specific error response format. @mpoisot I patched it like this: ``` require 'jwt' module Rack module JWT...
I think what the documentation means is that Grape will automatically detect the Entity class that corresponds to the name of the model you're currently in. So it would automatically...
Would that cause issues if the model in question actually has an attribute with the same name as the nested model you want to expose with an entity?
(Sorry for the late response, and thanks for your reply.) I see, that makes sense. Maybe this should be mentioned in the Readme?
I'm actually experiencing this on node 16 as well, even though it's officially supported. The only way I was able to fix it was to completely replace node-sass (which is...
This is the error message that bubbles up: ``` 2023-06-16T12:09:02.777904+00:00 app[web.1]: { 2023-06-16T12:09:02.777905+00:00 app[web.1]: message: 'This file is too large to be exported.', 2023-06-16T12:09:02.777905+00:00 app[web.1]: stack: 'Error: This file is...
Will do once I have something that works!
It seems like Google has fixed things on their end since yesterday or so, and all the pages that weren't loading before for us are now loading again. Can anyone...