cordova already defined [ionic] [capicitor]Codesign error: Provisioning profile cannot be found after deleting expired profileHow to display a local:// image in ionic framework + cordova?Receive URL in Ionic/Cordova“device is not defined” : Ionic/Cordova app - trying to collect device model/manufacturerStatusbar not defined error in ionic?cordova + ionic + crosswalk = net::ERR_INSECURE_RESPONSEIonic Cordova Platform errorsCan I call Ionic 4 / Capacitor Electron code from the Ionic part of the application?MapKit JS on Capacitor and IonicOpen specific page in Ionic (Capacitor) app from Android intent
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
What do you call someone who asks many questions?
how do we prove that a sum of two periods is still a period?
How to install cross-compiler on Ubuntu 18.04?
Rotate ASCII Art by 45 Degrees
Can a virus destroy the BIOS of a modern computer?
How seriously should I take size and weight limits of hand luggage?
What Exploit Are These User Agents Trying to Use?
How do conventional missiles fly?
How to compactly explain secondary and tertiary characters without resorting to stereotypes?
What is a Samsaran Word™?
Forgetting the musical notes while performing in concert
OP Amp not amplifying audio signal
Was the Stack Exchange "Happy April Fools" page fitting with the '90's code?
Why didn't Boeing produce its own regional jet?
How to show a landlord what we have in savings?
How exploitable/balanced is this homebrew spell: Spell Permanency?
How obscure is the use of 令 in 令和?
Placement of More Information/Help Icon button for Radio Buttons
Bullying boss launched a smear campaign and made me unemployable
Send out email when Apex Queueable fails and test it
My ex-girlfriend uses my Apple ID to log in to her iPad. Do I have to give her my Apple ID password to reset it?
What are the G forces leaving Earth orbit?
Is "/bin/[.exe" a legitimate file? [Cygwin, Windows 10]
cordova already defined [ionic] [capicitor]
Codesign error: Provisioning profile cannot be found after deleting expired profileHow to display a local:// image in ionic framework + cordova?Receive URL in Ionic/Cordova“device is not defined” : Ionic/Cordova app - trying to collect device model/manufacturerStatusbar not defined error in ionic?cordova + ionic + crosswalk = net::ERR_INSECURE_RESPONSEIonic Cordova Platform errorsCan I call Ionic 4 / Capacitor Electron code from the Ionic part of the application?MapKit JS on Capacitor and IonicOpen specific page in Ionic (Capacitor) app from Android intent
Im getting a very strange error when I boot up my app:
⚡️ [error] - "line":1,"column":789,"sourceURL":"capacitor://localhost/cordova.17fb1a7c009cbc8d5d42.js"
⚡️ Error: cordova already defined
⚡️ URL: capacitor://localhost/cordova.17fb1a7c009cbc8d5d42.js
⚡️ cordova.17fb1a7c009cbc8d5d42.js:1:816
and it looks like this:
Why am I getting this?
android ios ionic-framework capacitor
add a comment |
Im getting a very strange error when I boot up my app:
⚡️ [error] - "line":1,"column":789,"sourceURL":"capacitor://localhost/cordova.17fb1a7c009cbc8d5d42.js"
⚡️ Error: cordova already defined
⚡️ URL: capacitor://localhost/cordova.17fb1a7c009cbc8d5d42.js
⚡️ cordova.17fb1a7c009cbc8d5d42.js:1:816
and it looks like this:
Why am I getting this?
android ios ionic-framework capacitor
add a comment |
Im getting a very strange error when I boot up my app:
⚡️ [error] - "line":1,"column":789,"sourceURL":"capacitor://localhost/cordova.17fb1a7c009cbc8d5d42.js"
⚡️ Error: cordova already defined
⚡️ URL: capacitor://localhost/cordova.17fb1a7c009cbc8d5d42.js
⚡️ cordova.17fb1a7c009cbc8d5d42.js:1:816
and it looks like this:
Why am I getting this?
android ios ionic-framework capacitor
Im getting a very strange error when I boot up my app:
⚡️ [error] - "line":1,"column":789,"sourceURL":"capacitor://localhost/cordova.17fb1a7c009cbc8d5d42.js"
⚡️ Error: cordova already defined
⚡️ URL: capacitor://localhost/cordova.17fb1a7c009cbc8d5d42.js
⚡️ cordova.17fb1a7c009cbc8d5d42.js:1:816
and it looks like this:
Why am I getting this?
android ios ionic-framework capacitor
android ios ionic-framework capacitor
asked Mar 8 at 20:43
Josh O'ConnorJosh O'Connor
3,08023059
3,08023059
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Capacitor serves it’s own modified cordova.js for compatibility. It handles regular cordova.js file, but yours is called cordova.17fb1a7c009cbc8d5d42.js for some reason. Remove that file and it’s link as it’s causing problems with Capacitor’s cordova.js
thanks, it worked. im not sure why that file appeared there in the first place, might have been because I originally created the ionic project using cordova..
– Josh O'Connor
Mar 11 at 16:30
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55070732%2fcordova-already-defined-ionic-capicitor%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
Capacitor serves it’s own modified cordova.js for compatibility. It handles regular cordova.js file, but yours is called cordova.17fb1a7c009cbc8d5d42.js for some reason. Remove that file and it’s link as it’s causing problems with Capacitor’s cordova.js
thanks, it worked. im not sure why that file appeared there in the first place, might have been because I originally created the ionic project using cordova..
– Josh O'Connor
Mar 11 at 16:30
add a comment |
Capacitor serves it’s own modified cordova.js for compatibility. It handles regular cordova.js file, but yours is called cordova.17fb1a7c009cbc8d5d42.js for some reason. Remove that file and it’s link as it’s causing problems with Capacitor’s cordova.js
thanks, it worked. im not sure why that file appeared there in the first place, might have been because I originally created the ionic project using cordova..
– Josh O'Connor
Mar 11 at 16:30
add a comment |
Capacitor serves it’s own modified cordova.js for compatibility. It handles regular cordova.js file, but yours is called cordova.17fb1a7c009cbc8d5d42.js for some reason. Remove that file and it’s link as it’s causing problems with Capacitor’s cordova.js
Capacitor serves it’s own modified cordova.js for compatibility. It handles regular cordova.js file, but yours is called cordova.17fb1a7c009cbc8d5d42.js for some reason. Remove that file and it’s link as it’s causing problems with Capacitor’s cordova.js
answered Mar 9 at 14:01
jcesarmobilejcesarmobile
37k781126
37k781126
thanks, it worked. im not sure why that file appeared there in the first place, might have been because I originally created the ionic project using cordova..
– Josh O'Connor
Mar 11 at 16:30
add a comment |
thanks, it worked. im not sure why that file appeared there in the first place, might have been because I originally created the ionic project using cordova..
– Josh O'Connor
Mar 11 at 16:30
thanks, it worked. im not sure why that file appeared there in the first place, might have been because I originally created the ionic project using cordova..
– Josh O'Connor
Mar 11 at 16:30
thanks, it worked. im not sure why that file appeared there in the first place, might have been because I originally created the ionic project using cordova..
– Josh O'Connor
Mar 11 at 16:30
add a comment |
Thanks for contributing an answer to Stack Overflow!
- 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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55070732%2fcordova-already-defined-ionic-capicitor%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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