rmosolgo / graphiql-rails

Mount the GraphiQL query editor in a Rails app
MIT License
447 stars 135 forks source link

Uncaught ReferenceError: ubd is not defined #48

Closed casiodk closed 7 months ago

casiodk commented 6 years ago

Our graphiql interface stopped working suddenly and started throwing this error.

graphiql:5 Uncaught ReferenceError: ubd is not defined
    at new n (application-9af39cd43435fa4995df6d33c71ce909f3dcde0e2af50842fd8470fa48bfb681.js:2)
    at r (application-9af39cd43435fa4995df6d33c71ce909f3dcde0e2af50842fd8470fa48bfb681.js:2)
    at f.value (application-9af39cd43435fa4995df6d33c71ce909f3dcde0e2af50842fd8470fa48bfb681.js:2)
    at Object.M.handleRunQuery [as onRun] (application-9af39cd43435fa4995df6d33c71ce909f3dcde0e2af50842fd8470fa48bfb681.js:2)
    at i._onClick (application-9af39cd43435fa4995df6d33c71ce909f3dcde0e2af50842fd8470fa48bfb681.js:2)
    at HTMLUnknownElement.r (application-9af39cd43435fa4995df6d33c71ce909f3dcde0e2af50842fd8470fa48bfb681.js:2)
    at HTMLUnknownElement.nrWrapper (graphiql:5)
    at Object.ii (application-9af39cd43435fa4995df6d33c71ce909f3dcde0e2af50842fd8470fa48bfb681.js:2)
    at Object.invokeGuardedCallback (application-9af39cd43435fa4995df6d33c71ce909f3dcde0e2af50842fd8470fa48bfb681.js:2)
    at Object.invokeGuardedCallbackAndCatchFirstError (application-9af39cd43435fa4995df6d33c71ce909f3dcde0e2af50842fd8470fa48bfb681.js:2)

Everything works fine in development

rmosolgo commented 7 months ago

Hi, sorry I didn't respond to this when it happened. Newer releases have new versions of GraphiQL so hopefully updating will work for you! In any case, I don't think I can debug an error from a minified JS file...