rarible/protocol

SDK calls wrong API for ROPSTEN

Closed this issue · 12 comments

If you run the code here: https://docs.rarible.org/reference/mint-and-sell/#mint-and-list-nft-for-sale
for ROPSTEN it will not work with the following error:

GET https://api-dev.rarible.org/v0.1/collections/ETHEREUM%3A0xB0EA149212Eb707a1E5FC1D2d3fD318a8d94cf05 net::ERR_NAME_NOT_RESOLVED
and the api should be actually

Because the API should be https://dev-api NOT https://api-dev as per your API reference.

dont worry

setting up env as "testnet"

for example
createRaribleSdk(wallet, "testnet");

that will work !

dont worry

setting up env as "testnet"

for example createRaribleSdk(wallet, "testnet");

that will work !

thanks but this server not working now, how to fix: https://api-staging.rarible.org/v0.1

please give me testnetndor testing or Rarible discord for staging. I am crazy with staging server issue

Sure, here it is. https://testnet-api.rarible.org/v0.1/ http://discord.gg/rarible

On Tue, Jul 19, 2022, 17:44 Cuong Do @.> wrote: please give me testnetndor testing or Rarible discord for staging. I am crazy with staging server issue — Reply to this email directly, view it on GitHub <#372 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AXS2OH3KBYUXWNVL2EGYIV3VU2L3NANCNFSM52CZTNSA . You are receiving this because you commented.Message ID: @.>
this link not work my friend:

https://testnet-api.rarible.org/v0.1/

Whitelabel Error Page
This application has no configured error view, so you are seeing this as a fallback.

Tue Jul 19 12:24:54 UTC 2022
[930685d7-1] There was an unexpected error (type=Not Found, status=404).

i am too getting 404 after colleciton creation

try 3-5 times,

error will faded away

i am too getting 404 after colleciton creation

try 3-5 times,

error will faded away

thanks. do you have guide to use this server:
http://discord.gg/rarible

signup discord

rarible server inside we had a verify tab , lets verify first

down below you will dev-general -> click

here you can post your queries , that's it

signup discord

rarible server inside we had a verify tab , lets verify first

down below you will dev-general -> click

here you can post your queries , that's it

thank you so much I will try

It works now, so i will close this