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
{{ message }}
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.
(node:21111) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:21111) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
TSError: ⨯ Unable to compile TypeScript:
src/core/utils.ts:132:7 - error TS2322: Type 'ParsedQuery' is not assignable to type 'Record<string, string>'.
Index signatures are incompatible.
Type 'string | string[]' is not assignable to type 'string'.
Type 'string[]' is not assignable to type 'string'.
132 let query: Record<string, string> = parseQs(window.location.search.substr(1));
The text was updated successfully, but these errors were encountered:
npm run sitemap http://localhost:3000/
file path: /saleor-storefront/src/core/utils.ts
saleor 2.10
(node:21111) UnhandledPromiseRejectionWarning: Error: Network error: only absolute urls are supported
at new ApolloError
(node:21111) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2)
(node:21111) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
saleor 2.11
TSError: ⨯ Unable to compile TypeScript
TSError: ⨯ Unable to compile TypeScript:
src/core/utils.ts:132:7 - error TS2322: Type 'ParsedQuery' is not assignable to type 'Record<string, string>'.
Index signatures are incompatible.
Type 'string | string[]' is not assignable to type 'string'.
Type 'string[]' is not assignable to type 'string'.
132 let query: Record<string, string> = parseQs(window.location.search.substr(1));
The text was updated successfully, but these errors were encountered: