Skip to content

404 for js files when hosting app under a path after the url domain #2549

Closed
@alejoar

Description

@alejoar

OS?

Ubuntu Linux 16.04

Versions.

angular-cli: 1.0.0-beta.15
node: 6.3.1
os: linux x64

Repro steps.

When I'm developing everything works as expected (domain http://localhost:4200) but when I build for production and deploy to my server, I'm don't have the app in the root path, it's something like http://www.mydomain.com/my-ng-app and in this case, the app tries to load the bundles form the root url, obviously getting 404 responses. For example, tries to load http://www.mydomain.com/main.9c5e616854294854119f.bundle.js when that file is actually in www.mydomain.com/my-ng-app/main.9c5e616854294854119f.bundle.js

The log given by the failure.

404 for all .js files.

Mention any other details that might be useful.

I already tried changing <base href="/"> to <base href="/my-ng-app"> but still doesn't work.

Metadata

Metadata

Assignees

No one assigned

    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