Bug: Not compatible with newest version of DOVE
See original GitHub issueStarting at DOVE V5 pre-6 this add on isn’t working anymore:
/Users/marcgodard/Documents/Github/template/node_modules/feathers-swagger/lib/index.js:85
app.providers.push((path, service) => specGenerator.addService(service, path));
Let me know if I should cross post this issue. Worked fine on pre-5.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
FIX: “Your Device Isn't Compatible with This Version” on Android
The error appears when the Play Store thinks your device isn't compatible with the app you're trying to download. This doesn't mean that...
Read more >feathers/CHANGELOG.md at dove · feathersjs/feathers - GitHub
Bug Fixes · @feathersjs/adapter-commons: update id is non-nullable (#1468) (43ec802) · Add getEntityId to JWT strategy and fix legacy Socket authentication (#1488) ...
Read more >L2TP VPN broken on MacOS 13/Ventura - Apple Developer
Dove in and upgraded two Macs today to beta 1. Unfortunately, it appears L2TP VPN is broken or something changed in the way...
Read more >dove - crates.io: Rust Package Registry
Dove aims to be an AMQP 1.0 implementation with the following properties: Low footprint - efficient memory usage and pay only for what...
Read more >OTTERBOX DEFENDER SERIES SCREENLESS EDITION ...
OTTERBOX DEFENDER SERIES SCREENLESS EDITION Case for Galaxy S20 Ultra/Galaxy S20 Ultra 5G (ONLY - Not compatible with any other Galaxy S20 models)...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah, that might be it then, the publish was busted. I believe this should work again with
.pre.9
then.Well app.mixins should already be used for newer feather versions, but the pre versions seems to have the version number not set like previous versions.
https://github.com/feathersjs-ecosystem/feathers-swagger/blob/6dff498d35d0e8d1c2dc7187efa78fa94ecfbc7c/lib/index.js#L82-L86