The original post: /r/nginx by /u/Host-Total on 2024-07-17 12:35:34.

I deployed an nginx docker application locally and it works fine

when I deploy same application on my website pipeline

Instead I get

Uncaught SyntaxError: Unexpected token ‘<’ (at _ssgManifest.js:1:1)

All my js scripts inside are retuned as html

what might be wrong please help