Skip to content

After device restart, Completed Application cant find requested resource / on this server at localhost:8080 #23

@HoosierExperienceDesigner

Description

After completing the application and getting it to work properly, I saved my progress and exited PHP Storm.

I returned to stylize and add some additional features, but upon trying to run the app on localhost:8080 through the PHP storm's built-in server I get the following error:

Screenshot 2022-04-17 221043

However, I can not navigate to 127.0.0.1 to see my root directory now. It just defaults to the XAMPP dashboard, and similarly, 127.0.0.1:8080 refuses to connect ... Does anyone have a hunch about why this is happening?

localhost:8080 is returning a favicon with a 200 status code, from my Application's directory, but it's failing to route '/' to the home page. My hunch was that it is a composer or autoload related and I'm being very amateur and missing some configuration or initiation process upon restarting my computer and PHP Storm.

Here's my composer.json config:
Screenshot 2022-04-18 000504

Still at a loss as to how to get this up and running correctly. Any help would be appreciated, as this has been a cool project to work on, and I want to understand my error here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions