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
The docker config is using image: subquerynetwork/subql-node-stellar:latest.
I noticed that when I was modifying the example I had to change the imports from stellar-sdk to @stellar/stellar-sdk. Perhaps the imports need to be adjusted for the docker image?
The text was updated successfully, but these errors were encountered:
I modified the starter repo to fit my project then when I run
npm run dev
I get the following error:The docker config is using
image: subquerynetwork/subql-node-stellar:latest
.I noticed that when I was modifying the example I had to change the imports from
stellar-sdk
to@stellar/stellar-sdk
. Perhaps the imports need to be adjusted for the docker image?The text was updated successfully, but these errors were encountered: