You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to follow exactly your exemple 'With config object' (will also happen when using the 'With configPath'), I went on and putted the server.register into a try/catch and the following error is triggered whatever I try :
TypeError: Cannot read property 'name' of undefined
This doesn't happen with other plugins or so. Do you know what I couold have done wrong ?
The trace doesn't give me much help at all :
Trace: Error when Linking Webpack ======= TypeError: Cannot read property 'name' of undefined
at start (C:\Users\name\IDEFolder\projectName\server\server.js:57:11)
at
at runMicrotasksCallback (internal/process/next_tick.js:122:5)
at _combinedTickCallback (internal/process/next_tick.js:132:7)
at process._tickCallback (internal/process/next_tick.js:181:9)
at Function.Module.runMain (module.js:696:11)
at startup (bootstrap_node.js:204:16)
at bootstrap_node.js:625:3
Line 57 correspond to the catch error console.trace(error).
Thank you for the plugin and hard work.
When trying to follow exactly your exemple 'With config object' (will also happen when using the 'With configPath'), I went on and putted the
server.register
into a try/catch and the following error is triggered whatever I try :TypeError: Cannot read property 'name' of undefined
This doesn't happen with other plugins or so. Do you know what I couold have done wrong ?
The trace doesn't give me much help at all :
Trace: Error when Linking Webpack ======= TypeError: Cannot read property 'name' of undefined
at start (C:\Users\name\IDEFolder\projectName\server\server.js:57:11)
at
at runMicrotasksCallback (internal/process/next_tick.js:122:5)
at _combinedTickCallback (internal/process/next_tick.js:132:7)
at process._tickCallback (internal/process/next_tick.js:181:9)
at Function.Module.runMain (module.js:696:11)
at startup (bootstrap_node.js:204:16)
at bootstrap_node.js:625:3
Line 57 correspond to the catch error console.trace(error).
Here is an idea of the code
Any idea ? It feels to me like hapi.register can't have access to the plugin created and its name... I might be wrong though.
The text was updated successfully, but these errors were encountered: