Skip to content

URI From Incoming Request Always Returns '/' On Octane #740

@otezz

Description

@otezz

Hi,

I'm currently trying to apply an only filter using the pattern '/v1*' for incoming requests, but it's not working as expected.

After some investigation, I discovered that the uri from incoming requests always returns '/' when the application is running under Octane. This issue only occurs in our cloud environment, where the app is deployed on AWS ECS. Octane is running on port 8000, and traffic is routed through an AWS ELB to the containers.

Image

This filtering works perfectly in the local environment when running the app using php artisan serve. I also found that the uri values stored in our database are correct (We store Clockwork data to a MySQL table).

Image

Would appreciate any insight or suggestions on how to ensure the correct URI is preserved and made available to Laravel Octane.

Thanks!

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