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
As we learned in #2476 (comment) when providing a type in the Configuration file that isn't in connectContentTypeMap the manifest sent to Connect provides "" (as it is the UnknownMode).
In an effort to better support Publisher working when Connect updates without code changes the appMode should be sent using the provided type string in the Configuration file rather than falling back to "" if it is unrecognized.
As we learned in #2476 (comment) when providing a
type
in the Configuration file that isn't inconnectContentTypeMap
the manifest sent to Connect provides""
(as it is theUnknownMode
).In an effort to better support Publisher working when Connect updates without code changes the
appMode
should be sent using the providedtype
string in the Configuration file rather than falling back to""
if it is unrecognized.Reference:
publisher/internal/clients/connect/apptypes.go
Line 258 in 0b43655
The text was updated successfully, but these errors were encountered: