Skip to content

Ionic Upload changes remote script url #504

@AdamCaviness

Description

@AdamCaviness

Ionic Upload mutates a remote script url by suffixing it with an equals sign.

<script src="http://jsconsole.com/remote.js?FAE031CD-74A0-46D3-AE36-757BAB262BEA"></script>

Is mutated to:

<script src="http://jsconsole.com/remote.js?FAE031CD-74A0-46D3-AE36-757BAB262BEA="></script>

I am using remotejs.com for Ionic View so I need the remote script (dev only). It's annoying because I have to change it back each time in order for my next upload not to send the wrong script path. I presume this is because of how the paths are changed temporarily during Upload and then reverted. This is easy to reproduce on a clean tab templated app from the machines I attempted it on. Thanks for the wonderful work you've done, it is very impressive.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions