ad-on-is / adonis-autoswagger

Auto-Generate swagger docs for AdonisJS
MIT License
129 stars 41 forks source link

TypeError: Cannot read properties of null (reading 'uid') #108

Closed dodois closed 4 months ago

dodois commented 4 months ago

I'm using Scalar for administration and recently I've encountered some strange problems, when I click on Test Request, the console gives me an error:

TypeError: Cannot read properties of null (reading 'uid'),

This error prevents me from initiating a request to debug the API

plus I've found some warnings:

[DEPRECATED] Warning: configuration.proxy points to our old proxy (https://api.scalar.com/request-proxy).
standalone.js:16526 
[DEPRECATED] We are overwriting the value and use the new proxy URL (https://proxy.scalar.com) instead.
[DEPRECATED] Action Required: You should manually update your configuration to use the new URL (https://proxy.scalar.com). Read more: https://github.com/scalar/scalar
ad-on-is commented 4 months ago

Thx. for the info! Fixed in 3.57.0