The max apiVersion is 44.0 error











up vote
2
down vote

favorite
1












Trying to work through the Quick Start: Lightning Web Components trailhead and getting the following error while running command:



force:org:create -f config/project-scratch-def.json --setalias HelloWorldLightningWebComponent --durationdays 30 --setdefaultusername



ERROR: The configured apiVersion 45.0 is not supported for this org. The max apiVersion is 44.0.




I did not set up a new dev hub environment, but rather enabled devhub in my old dev environment.
Tried updating sfdx-project.json to include "sourceApiVersion": "44.0". but no luck.










share|improve this question
























  • The Spring '19 pre-release signup is now live. Updated the link in the answer.
    – Jayant Das
    Dec 13 at 17:13















up vote
2
down vote

favorite
1












Trying to work through the Quick Start: Lightning Web Components trailhead and getting the following error while running command:



force:org:create -f config/project-scratch-def.json --setalias HelloWorldLightningWebComponent --durationdays 30 --setdefaultusername



ERROR: The configured apiVersion 45.0 is not supported for this org. The max apiVersion is 44.0.




I did not set up a new dev hub environment, but rather enabled devhub in my old dev environment.
Tried updating sfdx-project.json to include "sourceApiVersion": "44.0". but no luck.










share|improve this question
























  • The Spring '19 pre-release signup is now live. Updated the link in the answer.
    – Jayant Das
    Dec 13 at 17:13













up vote
2
down vote

favorite
1









up vote
2
down vote

favorite
1






1





Trying to work through the Quick Start: Lightning Web Components trailhead and getting the following error while running command:



force:org:create -f config/project-scratch-def.json --setalias HelloWorldLightningWebComponent --durationdays 30 --setdefaultusername



ERROR: The configured apiVersion 45.0 is not supported for this org. The max apiVersion is 44.0.




I did not set up a new dev hub environment, but rather enabled devhub in my old dev environment.
Tried updating sfdx-project.json to include "sourceApiVersion": "44.0". but no luck.










share|improve this question















Trying to work through the Quick Start: Lightning Web Components trailhead and getting the following error while running command:



force:org:create -f config/project-scratch-def.json --setalias HelloWorldLightningWebComponent --durationdays 30 --setdefaultusername



ERROR: The configured apiVersion 45.0 is not supported for this org. The max apiVersion is 44.0.




I did not set up a new dev hub environment, but rather enabled devhub in my old dev environment.
Tried updating sfdx-project.json to include "sourceApiVersion": "44.0". but no luck.







trailhead vs-code






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Dec 13 at 18:58









Jayant Das

11.7k2523




11.7k2523










asked Dec 13 at 16:44









Art S

134




134












  • The Spring '19 pre-release signup is now live. Updated the link in the answer.
    – Jayant Das
    Dec 13 at 17:13


















  • The Spring '19 pre-release signup is now live. Updated the link in the answer.
    – Jayant Das
    Dec 13 at 17:13
















The Spring '19 pre-release signup is now live. Updated the link in the answer.
– Jayant Das
Dec 13 at 17:13




The Spring '19 pre-release signup is now live. Updated the link in the answer.
– Jayant Das
Dec 13 at 17:13










1 Answer
1






active

oldest

votes

















up vote
5
down vote



accepted










UPDATE



Just got an update that the Spring '19 pre-release signup link is now live. You can access it on this link.





You are getting this error because the LWC project expects a version 45.0 (Spring '19 pre-release org), whereas the current DE sandboxes are still on version 44.0 (Winter '19).



You will need to signup for the Spring '19 pre-release DE Org to be used as DevHub for this module. And as of now that's not available, unless you already have a sandbox which has been upgraded to Spring '19.



I was in same situation this morning and found out that the signup for pre-release DE Org is not live yet. Refer to this tweet for response from Salesforce.






share|improve this answer























  • Yeah, the trailhead kind of fails to mention this, as far as I can tell.
    – sfdcfox
    Dec 13 at 16:51










  • @sfdcfox True. I actually was exactly in this situation when went back and realized I need a Spring '19 org for this module. Then while signing up, couldn't do so.
    – Jayant Das
    Dec 13 at 16:52










  • Yeah, I was just trying a trailhead this morn. I think LWC is going to change the way we do things, but a bit annoying they announced it without specifying special hoops
    – sfdcfox
    Dec 13 at 16:54










  • I could just imagine, there's a lot of excitement around it from this morning, the time it was announced. I think I haven't seen anything like this which is GA without releasing a beta in first place.
    – Jayant Das
    Dec 13 at 16:55










  • That's because they've been secretly testing it for a year. I noticed it a few months ago and I wrote it off as some Aura oddity, but I've known about this for a while. Like you'll write a component that uses lightning:button, but if you debug it in the Lightning Debugger, it shows up as a lightning-button, basically a first-class citizen of Lightning, which struck me as odd.
    – sfdcfox
    Dec 13 at 16:58











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "459"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f242503%2fthe-max-apiversion-is-44-0-error%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
5
down vote



accepted










UPDATE



Just got an update that the Spring '19 pre-release signup link is now live. You can access it on this link.





You are getting this error because the LWC project expects a version 45.0 (Spring '19 pre-release org), whereas the current DE sandboxes are still on version 44.0 (Winter '19).



You will need to signup for the Spring '19 pre-release DE Org to be used as DevHub for this module. And as of now that's not available, unless you already have a sandbox which has been upgraded to Spring '19.



I was in same situation this morning and found out that the signup for pre-release DE Org is not live yet. Refer to this tweet for response from Salesforce.






share|improve this answer























  • Yeah, the trailhead kind of fails to mention this, as far as I can tell.
    – sfdcfox
    Dec 13 at 16:51










  • @sfdcfox True. I actually was exactly in this situation when went back and realized I need a Spring '19 org for this module. Then while signing up, couldn't do so.
    – Jayant Das
    Dec 13 at 16:52










  • Yeah, I was just trying a trailhead this morn. I think LWC is going to change the way we do things, but a bit annoying they announced it without specifying special hoops
    – sfdcfox
    Dec 13 at 16:54










  • I could just imagine, there's a lot of excitement around it from this morning, the time it was announced. I think I haven't seen anything like this which is GA without releasing a beta in first place.
    – Jayant Das
    Dec 13 at 16:55










  • That's because they've been secretly testing it for a year. I noticed it a few months ago and I wrote it off as some Aura oddity, but I've known about this for a while. Like you'll write a component that uses lightning:button, but if you debug it in the Lightning Debugger, it shows up as a lightning-button, basically a first-class citizen of Lightning, which struck me as odd.
    – sfdcfox
    Dec 13 at 16:58















up vote
5
down vote



accepted










UPDATE



Just got an update that the Spring '19 pre-release signup link is now live. You can access it on this link.





You are getting this error because the LWC project expects a version 45.0 (Spring '19 pre-release org), whereas the current DE sandboxes are still on version 44.0 (Winter '19).



You will need to signup for the Spring '19 pre-release DE Org to be used as DevHub for this module. And as of now that's not available, unless you already have a sandbox which has been upgraded to Spring '19.



I was in same situation this morning and found out that the signup for pre-release DE Org is not live yet. Refer to this tweet for response from Salesforce.






share|improve this answer























  • Yeah, the trailhead kind of fails to mention this, as far as I can tell.
    – sfdcfox
    Dec 13 at 16:51










  • @sfdcfox True. I actually was exactly in this situation when went back and realized I need a Spring '19 org for this module. Then while signing up, couldn't do so.
    – Jayant Das
    Dec 13 at 16:52










  • Yeah, I was just trying a trailhead this morn. I think LWC is going to change the way we do things, but a bit annoying they announced it without specifying special hoops
    – sfdcfox
    Dec 13 at 16:54










  • I could just imagine, there's a lot of excitement around it from this morning, the time it was announced. I think I haven't seen anything like this which is GA without releasing a beta in first place.
    – Jayant Das
    Dec 13 at 16:55










  • That's because they've been secretly testing it for a year. I noticed it a few months ago and I wrote it off as some Aura oddity, but I've known about this for a while. Like you'll write a component that uses lightning:button, but if you debug it in the Lightning Debugger, it shows up as a lightning-button, basically a first-class citizen of Lightning, which struck me as odd.
    – sfdcfox
    Dec 13 at 16:58













up vote
5
down vote



accepted







up vote
5
down vote



accepted






UPDATE



Just got an update that the Spring '19 pre-release signup link is now live. You can access it on this link.





You are getting this error because the LWC project expects a version 45.0 (Spring '19 pre-release org), whereas the current DE sandboxes are still on version 44.0 (Winter '19).



You will need to signup for the Spring '19 pre-release DE Org to be used as DevHub for this module. And as of now that's not available, unless you already have a sandbox which has been upgraded to Spring '19.



I was in same situation this morning and found out that the signup for pre-release DE Org is not live yet. Refer to this tweet for response from Salesforce.






share|improve this answer














UPDATE



Just got an update that the Spring '19 pre-release signup link is now live. You can access it on this link.





You are getting this error because the LWC project expects a version 45.0 (Spring '19 pre-release org), whereas the current DE sandboxes are still on version 44.0 (Winter '19).



You will need to signup for the Spring '19 pre-release DE Org to be used as DevHub for this module. And as of now that's not available, unless you already have a sandbox which has been upgraded to Spring '19.



I was in same situation this morning and found out that the signup for pre-release DE Org is not live yet. Refer to this tweet for response from Salesforce.







share|improve this answer














share|improve this answer



share|improve this answer








edited Dec 13 at 17:11

























answered Dec 13 at 16:49









Jayant Das

11.7k2523




11.7k2523












  • Yeah, the trailhead kind of fails to mention this, as far as I can tell.
    – sfdcfox
    Dec 13 at 16:51










  • @sfdcfox True. I actually was exactly in this situation when went back and realized I need a Spring '19 org for this module. Then while signing up, couldn't do so.
    – Jayant Das
    Dec 13 at 16:52










  • Yeah, I was just trying a trailhead this morn. I think LWC is going to change the way we do things, but a bit annoying they announced it without specifying special hoops
    – sfdcfox
    Dec 13 at 16:54










  • I could just imagine, there's a lot of excitement around it from this morning, the time it was announced. I think I haven't seen anything like this which is GA without releasing a beta in first place.
    – Jayant Das
    Dec 13 at 16:55










  • That's because they've been secretly testing it for a year. I noticed it a few months ago and I wrote it off as some Aura oddity, but I've known about this for a while. Like you'll write a component that uses lightning:button, but if you debug it in the Lightning Debugger, it shows up as a lightning-button, basically a first-class citizen of Lightning, which struck me as odd.
    – sfdcfox
    Dec 13 at 16:58


















  • Yeah, the trailhead kind of fails to mention this, as far as I can tell.
    – sfdcfox
    Dec 13 at 16:51










  • @sfdcfox True. I actually was exactly in this situation when went back and realized I need a Spring '19 org for this module. Then while signing up, couldn't do so.
    – Jayant Das
    Dec 13 at 16:52










  • Yeah, I was just trying a trailhead this morn. I think LWC is going to change the way we do things, but a bit annoying they announced it without specifying special hoops
    – sfdcfox
    Dec 13 at 16:54










  • I could just imagine, there's a lot of excitement around it from this morning, the time it was announced. I think I haven't seen anything like this which is GA without releasing a beta in first place.
    – Jayant Das
    Dec 13 at 16:55










  • That's because they've been secretly testing it for a year. I noticed it a few months ago and I wrote it off as some Aura oddity, but I've known about this for a while. Like you'll write a component that uses lightning:button, but if you debug it in the Lightning Debugger, it shows up as a lightning-button, basically a first-class citizen of Lightning, which struck me as odd.
    – sfdcfox
    Dec 13 at 16:58
















Yeah, the trailhead kind of fails to mention this, as far as I can tell.
– sfdcfox
Dec 13 at 16:51




Yeah, the trailhead kind of fails to mention this, as far as I can tell.
– sfdcfox
Dec 13 at 16:51












@sfdcfox True. I actually was exactly in this situation when went back and realized I need a Spring '19 org for this module. Then while signing up, couldn't do so.
– Jayant Das
Dec 13 at 16:52




@sfdcfox True. I actually was exactly in this situation when went back and realized I need a Spring '19 org for this module. Then while signing up, couldn't do so.
– Jayant Das
Dec 13 at 16:52












Yeah, I was just trying a trailhead this morn. I think LWC is going to change the way we do things, but a bit annoying they announced it without specifying special hoops
– sfdcfox
Dec 13 at 16:54




Yeah, I was just trying a trailhead this morn. I think LWC is going to change the way we do things, but a bit annoying they announced it without specifying special hoops
– sfdcfox
Dec 13 at 16:54












I could just imagine, there's a lot of excitement around it from this morning, the time it was announced. I think I haven't seen anything like this which is GA without releasing a beta in first place.
– Jayant Das
Dec 13 at 16:55




I could just imagine, there's a lot of excitement around it from this morning, the time it was announced. I think I haven't seen anything like this which is GA without releasing a beta in first place.
– Jayant Das
Dec 13 at 16:55












That's because they've been secretly testing it for a year. I noticed it a few months ago and I wrote it off as some Aura oddity, but I've known about this for a while. Like you'll write a component that uses lightning:button, but if you debug it in the Lightning Debugger, it shows up as a lightning-button, basically a first-class citizen of Lightning, which struck me as odd.
– sfdcfox
Dec 13 at 16:58




That's because they've been secretly testing it for a year. I noticed it a few months ago and I wrote it off as some Aura oddity, but I've known about this for a while. Like you'll write a component that uses lightning:button, but if you debug it in the Lightning Debugger, it shows up as a lightning-button, basically a first-class citizen of Lightning, which struck me as odd.
– sfdcfox
Dec 13 at 16:58


















draft saved

draft discarded




















































Thanks for contributing an answer to Salesforce Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsalesforce.stackexchange.com%2fquestions%2f242503%2fthe-max-apiversion-is-44-0-error%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Paul Cézanne

UIScrollView CustomStickyHeader Resize height generates problems when scroll is too fast

Angular material date-picker (MatDatepicker) auto completes the date on focus out