[Solved] Error with https://base.aepps.com

Hey guys, it is probably something related to the hard fork yesterday. After such an update there is some downtime needed for the apss to release new version. Probably this is the case here, I can’t tell.

@stoyan.chain is the right person here.

Best,
Martin

1 Like

Hey,

Try it again now at base.aepps.com

Make sure the version is 0.12.0 in the Settings view. If it is not, refresh and you will get an in-app notification to Update.

Thanks,
St

1 Like

Ok thanks a lot! @stoyan.chain :boom:

1 Like

You are welcome! @Emmanuel

@stoyan.chain when running my dapp on the base.aepps , i still get the iCompiler 3.2.0 support only consensus protocol less then 3(Fortuna) error, please help

Have a look at this thread:

I’ve checked the thread but this solution doesnt apply to my problem, when i run my dapp on the base.aepps i still get the fortuna error and decodedGet returns undefined, so i cant display what i stored on the blockchain

@Goodness
@Stephensunday.chain
@stoyan.chain

having an issue, we need a fix asap

Try it again now. We made a new release today.

contractCall not working in baseapps @stoyan.chain

@Goodness can you provide a screenshot?

its getting this error While calling getAccountByPubkey (pubkey),

i highlighted the error
thanks

Thank you. We will have a look tomorrow.

In the mean time… the version of the SDK inside a particular production version of the Base aepp (always check in Settings) is clear in the release notes: Releases · aeternity/aepp-base · GitHub

so its working now @stoyan.chain
but on the window os
on ubuntu 18.04 i get all manner of errors
aepp-sdk.browser-script.js:31 Uncaught TypeError: Cannot read property ‘resolve’ of undefined
at c (aepp-sdk.browser-script.js:31)

While calling getAccountByPubkey (pubkey), GET to https://sdk-testnet.aepps.com/v2/accounts/ak_2Wzo6RBp3XCkxCbsXn5XFhkyCkXLMn5HThkFAwgXvPZPGJh7ff failed with 404: Account not found
so i can’t write to the blockchain on ubuntu but it works on windows

@noandrea is this something you can respond to or someone responsible for the nodes should address it?

Hello, I need a bit more context about the project to understand what could be the problem.

As for the system, the js sdk (browser flavor) is not bounded to the OS but more to the browser, and given the same browser type/version there should’t be any differences in the behaviour of the SDK.

can you share more info about how to reproduce the issue?

index.js:58 While calling getAccountByPubkey (pubkey), GET to https://sdk-testnet.aepps.com/v2/accounts/ak_xdBYeNCH4anPLs53Zo3pUSJCy71X5UqQXi9iKfTS3zoDcjrY failed with 404: Account not found

I get that error when writing to the blockchain, i’ve tried the same dapp on my phone and on a window system and it works fine
I need it fixed because on the 2nd of November i’ll be presenting the dapp to a group of developers
@Stephensunday.chain