Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when recovering assets #20

Open
GREC0 opened this issue Feb 21, 2019 · 0 comments
Open

Error when recovering assets #20

GREC0 opened this issue Feb 21, 2019 · 0 comments

Comments

@GREC0
Copy link

GREC0 commented Feb 21, 2019

Hi,

I am using the library for a website developed in angular 7.

when using this library I find that, when recovering assets within a section always returns a 404.

<sn-scroll-spy-section id="introduccion" for="afs"> <section class="section"> <img class="confluence-embedded-image" src="png" data-image-src=".png" data-unresolvedcomment-count="0" data-linked-resource-id="107970587" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias=".png" data-base-url="" data-linked-resource-content-type="image/png" data-linked-resource-container-id="105447436" data-linked-resource-container-version="9" data-media-id="b6282989-46ea-422d-9109-86aaa358ce03" data-media-type="file"> </section> </sn-scroll-spy-section>

however, without the tag it recovers the assets:

<section class="section"> <img class="confluence-embedded-image" src="png" data-image-src="png" data-unresolved-comment-count="0" data-linked-resource-id="107970587" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="image2019-1-23_10-28-52.png" data-base-url="" data-linked-resource-content-type="image/png" data-linked-resource-container-id="105447436" data-linked-resource-container-version="9" data-media-id="b6282989-46ea-422d-9109-86aaa358ce03" data-media-type="file"> </section>

It is a major error since it does not allow assets in the sections.

regards.`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant