Marcel Pociot

Results 187 comments of Marcel Pociot

Yeah this is an issue when sharing multiple sites at the same time. The expose client is currently always sending the realtime data to the first dashboard port (4040) instead...

@MarvelousMari No, this will be fine. Would be cool if you could PR the documentation changes

Does this happen to you for any URL that you share with Safari?

You can already customize the settings up to which payload size you want to log requests. Isn't that what you want? https://github.com/beyondcode/expose/blob/master/config/expose.php#L119

@cosecantt what's your server setup? Are you using homestead/docker/valet?

Nice, that looks great. We can probably move the file opening stuff to a mixin, so that we can reuse it in components that need this behavior.

This must be coming from one of the dependencies requiring PHP 8. Did you try composer update?

Can you run `curl localhost:4040` and paste the output? Maybe another process is already running on port 4040?

Yeah, that's right @drbyte. Expose will look in two different locations for the config file: First in the current working directory as `.expose.php` and then in `~/.expose/config.php`. So yeah, project-specific...