score:2

Accepted answer

the issue is that my <script> tag has a relative link. i had made it absolute.

use this

<script src="/static/bundle.js"></script>

not

<script src="static/bundle.js"></script>

not

<script src="./static/bundle.js"></script>

i have tired and i found this


Related Query

More Query from same tag