mirror of
https://github.com/langgenius/dify.git
synced 2026-01-05 22:15:52 +00:00
fix: credentials:
This commit is contained in:
@@ -158,10 +158,10 @@ async function base<T>(url: string, options: FetchOptionType = {}, otherOptions:
|
||||
],
|
||||
},
|
||||
})(fetchPathname, {
|
||||
credentials: isMarketplaceAPI
|
||||
? 'omit'
|
||||
: (options.credentials || 'include'),
|
||||
...init,
|
||||
credentials: isMarketplaceAPI
|
||||
? undefined
|
||||
: (options.credentials || 'include'),
|
||||
retry: {
|
||||
methods: [],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user