AddAppConfig Method Throwing Not implemented AppConfig type: application/octet-stream #117
-
I am trying to use this nuget package to retrieve configurations stored in AWS Parameter Store as Freeform Configuration.
After running the code I am getting NotImplementedException: Not implemented AppConfig type: application/octet-stream. This method however works fine with Feature Flag Configuration. Can any one please help me with this? @ashishdhingra |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@bikisen are you using |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@bikisen are you using
application/octet-stream
by purpose?So far this library handle only
application/json
.You can find it here