You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
index.html requests resources from /webapp/assets/... but assets is a sibling of index.html, not stored in a /webapp/ subfolder therefore assets are not found.
Either index.html must be changed to not use /webapp/ subfolder or nginx must be configured to remap /webapp/ to top level .
The text was updated successfully, but these errors were encountered:
index.html
requests resources from/webapp/assets/...
butassets
is a sibling ofindex.html
, not stored in a/webapp/
subfolder therefore assets are not found.Either index.html must be changed to not use
/webapp/
subfolder or nginx must be configured to remap/webapp/
to top level .The text was updated successfully, but these errors were encountered: