aws-serverless-workshops icon indicating copy to clipboard operation
aws-serverless-workshops copied to clipboard

Wildrydes

Open robertjsandor opened this issue 3 years ago • 11 comments

Problem with Wildrydes App

Hi, not even sure I'm asking this in the right spot, but I've been using the Wildrydes app to teach an intro to cloud class. Not sure when, but it looks like the map background, which I believe is supplied by ArcGIS Online is now failing. Don't know if they've made that private. Here's the error I'm getting:

Please sign in to access the item on ArcGIS Online (0e02e6f86d02455091796eaae811d9b5)

It's asking for a Username/Password.

Has this changed?

Thanks a million for any help, Bob

robertjsandor avatar May 06 '22 00:05 robertjsandor

I just noticed the same issue with the map. I can confirm it worked without any issues in January of 2022.

electron-volt avatar May 09 '22 17:05 electron-volt

Thanks EV for the confirmation, I'm trying to read through the code to figure this out, but not a Javascript expert. I'm thinking that the map database through ersi was open for public but now closed. Hoping that someone can chime in who knows :)

robertjsandor avatar May 09 '22 17:05 robertjsandor

I did some digging and it seems some developers working with Esri and ArcGIS Online occasionally run into similar problems. In those cases the issue is due to either their code running locally instead of being hosted online or due to an issue with insufficient permissions granted through an ArcGIS portal.

electron-volt avatar May 09 '22 17:05 electron-volt

I had the same issue and I also used Esri and ArcGIS recently. However, it appears to happen in the computer that never used ArcGIS as well. I hope that someone can solve this.

joohan-lee avatar May 31 '22 07:05 joohan-lee

I tried the following changes to ride.html that announced in #324 and solved it. I am not sure why, but you might try it.

if you are using js.arcgis.com in your html - change the version from 4.3 to 4.6 and redeploy

cm-usuda-keisuke avatar Jun 21 '22 13:06 cm-usuda-keisuke

The AWS folks mentioned that. 4.5 also works. I'd like to figure out someday how to load a different background. Thanks for the comment.

robertjsandor avatar Jun 21 '22 18:06 robertjsandor

I just tried WildRydes an had the same issue.

mindacrobatic avatar Oct 22 '22 20:10 mindacrobatic

Just applied this change onto ride.html file

  • change the version from 4.3 to 4.6 and redeploy

And it works!

niravmsoni avatar Oct 30 '22 11:10 niravmsoni

Just applied this change onto ride.html file

change the version from 4.3 to 4.6 and redeploy

And it works!

Remember to change the the version in the script tag at the end of the page too!

Delali97 avatar Nov 03 '22 19:11 Delali97

Yup, looks like js.argis.com deprecated 4.5 in the last few days. 4.6 now appears to be the working version.

robertjsandor avatar Dec 04 '22 03:12 robertjsandor

Just confirming what the others said. I updated <link rel="stylesheet" href="https://js.arcgis.com/4.6/esri/css/main.css"> and <script src="https://js.arcgis.com/4.6/"></script> and things work perfectly.

MattShirilla avatar Jan 17 '23 15:01 MattShirilla