laravel / reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.
https://reverb.laravel.com
MIT License
1.05k stars 76 forks source link

local & reverse proxied /app path returns 404 #115

Closed Hue-OwO closed 5 months ago

Hue-OwO commented 5 months ago

Reverb Version

1.0

Laravel Version

11.0

PHP Version

8.2.7

Description

idk if this is a bug or something wrong with the config, but reverb returns 404 when trying to connect locally or through caddy, i haven’t tried reverse proxying it through Nginx, guessing it wouldn’t of worked either because it returned 404 locally

reverb.php IMG_8881 caddy IMG_8884 .env IMG_8886 IMG_8885 firefox IMG_8890 postman IMG_8889

Steps To Reproduce

connecting returns 404

iqbalhasandev commented 5 months ago

I have faced the same problem. You can see I have given the solution here and if you face any problem you can comment there

https://github.com/laravel/reverb/issues/107#issuecomment-2016692366

driesvints commented 5 months ago

Seems to be a duplicate of https://github.com/laravel/reverb/issues/107