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
My app crashes with an Error telling me about an undefined key.
if I add the config-fields to options.js, it works.
config.js:
60: {// RFC 2132: Sent by client to identify type of a clientname: 'Vendor Class-Identifier',type: 'ASCII',attr: 'vendorClassId',// 'MSFT' (win98, Me, 2000), 'MSFT 98' (win 98, me), 'MSFT 5.0' (win 2000 and up), 'alcatel.noe.0' (alcatel IP touch phone), ...config: 'vendorClassId'},61: {// Sent by client to specify their unique identifier, to be used to disambiguate the lease on the servername: 'Client-Identifier',type: 'ASCII',attr: 'clientId',config: 'clientId'},
The text was updated successfully, but these errors were encountered:
My app crashes with an Error telling me about an undefined key.
if I add the config-fields to options.js, it works.
config.js:
The text was updated successfully, but these errors were encountered: