Hey everyone,
I am attempting to migrate to the new 1.19 version of EB developer edition.
When I attempt to import a previous experience builder project (zip file) that I had in 1.18, I get the following error message:
"Failed to import the experience. This experience can only be imported by users of portal: {portal url}"
This is strange because I am currently logged into that portal url in the new 1.19, and it's using the correct client id.
I double checked and I can import this zipfile into 1.18 with no issues.
I tried manually copying the project into the server/apps folder, but it did not show up within the EB dashboard. I also tried creating a new template within the dashboard, then copying my old project into that, and it then disappeared from the EB dashboard
Not getting any helpful console logs except for:
site-components.js:635 Uncaught (in promise) TypeError: Cannot set properties of null (setting 'value')
at site-components.
Tracing that down didn't help much
Anyone else experiencing this? Any ideas?
I am getting the same error and am working on a solution. My guess is one of the custom widgets I am using is not compatible with the new code. I think my strategy wll be to make a copy of my app and then start deleting custom apps one at a time and see if that is the problem.
I just tried creating a 1.18 app with just a map, export it and then tried to import it into 1.19. It failed too. I highly suspect that you will have to upgrade to react verion 19 (as this page says....) before things will import. Just a guess though. I am not in a position to upgrade for awhile so I cannot do any further analysis.
You cannot (easily) have both versions 18 and 19 running on the same machine.
Maybe I am confused, wouldn't the new version 1.19 come bundled with the new version of react? Also, if you tried to import a blank map from 1.18, wouldn't that imply that there is something more than just the custom widgets affecting this? I feel like this is potentially a bug in the new developer edition not being able to import previously created applications, but so far I have only heard of troubles from the two of us.