Skip to main content

All Questions

Tagged with
0 votes
1 answer
28 views

"Error: Module not found: Can't resolve 'crypto' in Expo SDK 50"

I'm encountering an issue after upgrading to Expo SDK 50. When I try to run my project, I get the following error: Module not found: Can't resolve 'crypto' 7 | const cryptoObject = 8 | ...
Essa Mohammad's user avatar
0 votes
0 answers
19 views

How can i use wix SDK to convert rich content to page elements?

I've got a next.js application and an API for rich content and I've to get rich content from API And I have to display them with the help of wix SDK in my next.js application. But there's a problem, I'...
amirali erfani's user avatar
0 votes
1 answer
26 views

ProjectionExpression in AWS queryCommand gives ValidationException using AWS javascript SDK v3

I am writing some test code that accesses DynamoDB through the AWS javascript SDK v3. I have a simple table called Projects with UserId as the Partition key and Name as the Sort Key. The only other ...
aff's user avatar
  • 65
0 votes
0 answers
15 views

How to set up Cohere SDK for Ojet project

I would like to use Cohere SDK in a TypeScript Ojet project but I just can't use the JS code runtime. This is how the SDK looks like after npm install (under node_modules) In the Ojet project the ...
laszlogyori's user avatar
0 votes
1 answer
24 views

Docusign Prefill Nodejs

Source Code of current NodeJS Script to prefill PDF. I have generated this based on the https://apirequestbuilder.docusign.com/. We have an PDF where want to prefill the PDF & send it to ...
vishal gupta's user avatar
0 votes
0 answers
9 views

I am getting an error while importing Google AI API SDK [duplicate]

I am working on a chrome extension where I need to call the Google AI API. When I try importing the SDK in my content.js using import { GoogleGenerativeAI } from "@google/generative-ai"; I ...
Ved Timbadiya's user avatar
0 votes
0 answers
45 views

Using typescript SDK in Javascript

I would like to try use SDK from Antropic so I tried to follow this guide, but stuck with this error: TypeError: 'text/html' is not a valid JavaScript MIME type. My guess is that I am not properly ...
David Ndckr's user avatar
0 votes
0 answers
44 views

React native app closes when back button is pressed

Here is a simplified version of my app. I want to mention that everything worked just fine before the latest SDK update and now whenever i press the back button it closes my app. Idk if it's relevant ...
VladStefan's user avatar
0 votes
0 answers
37 views

Facebook JS SDK not returning Email address

This looks like a common issue, although I've spent an entire day on it and cannot get the Facebook JS SDK to return my email. I've set my email address visibility to public, unlocked my profile and ...
AdheneManx's user avatar
1 vote
1 answer
102 views

commercetools nodejs sdk query with where or withWhere doesn't work

I'm currently new with commercetools. Using it's TypeScript SDK to start with, all looks fine following around but then I was playing around and trying to add where clause or withWhere so I can be ...
Dora's user avatar
  • 6,920
0 votes
1 answer
209 views

ERROR: frame_id query param is not defined

I followed the Instructions of the official Discord Documantation Getting started with my First Activity but it doesnt work. https://discord.com/developers/docs/activities/building-an-activity When I ...
Mee63's user avatar
  • 3
0 votes
0 answers
18 views

Error "_IframeMessenger_get Target Origin is not defined" when starting the project. Autodesk Forma SDK

I want to launch my Forma project. I found a repository with examples and settings on GitHub, but when I launch hello-world, it throws an error. How can I fix it? enter image description here enter ...
606's user avatar
  • 11
0 votes
0 answers
25 views

Cannot read properties of undefined (reading 'use') Tatum SDK

This is my code to signAndBroadcast the transaction import { TatumSDK, Network, BinanceSmartChain } from "@tatumio/tatum"; import { EvmWalletProvider } from "@tatumio/evm-wallet-...
WeMakeBest's user avatar
0 votes
0 answers
14 views

React Native: Getstream SDK's ChannelList component re-render programmatically

Is there any way to trigger refetch on Getstream's ChannelList component? I tried to store the sort and filter in useState and tried to reset them on focus. But it did not re-render inner FlatList of ...
Prithick Samui's user avatar
0 votes
1 answer
284 views

Using Epson Javascript SDK with Epson TM-20III (usb version)

I've got a EPSON TM-20III POS printer that I'm using for some project I'm working on. I'm trying to print receipts from the front end (back end is not an option at this moment) so I got to know about ...
MrCujo's user avatar
  • 1,253

15 30 50 per page
1
2 3 4 5
44