Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: "URI is not valid and cannot be converted into a string" when I open exposed website in mobile Safari #420

Open
hivokas opened this issue Aug 30, 2024 · 0 comments

Comments

@hivokas
Copy link

hivokas commented Aug 30, 2024

System architecture

Mac, ARM64 (M1, M2, etc)

PHP Version

PHP 8.3.10 (cli) (built: Jul 30 2024 13:44:37) (NTS)

Bug description

When I expose my app using expose and open the website in mobile Safari, it crashes with the following exception:

[2024-08-30 16:51:21] production.ERROR: URI is not valid and cannot be converted into a string {"exception":"[object] (Laminas\\Uri\\Exception\\InvalidUriException(code: 0): URI is not valid and cannot be converted into a string at phar:///Users/hivokas/.composer/vendor/beyondcode/expose/builds/expose/vendor/laminas/laminas-uri/src/Uri.php:382)

There was a similar issue before, but it was closed #263.

My curl version:

curl --version
curl 8.9.0 (aarch64-apple-darwin23.4.0) libcurl/8.9.0 OpenSSL/3.3.1 (SecureTransport) zlib/1.2.12 brotli/1.1.0 zstd/1.5.6 libidn2/2.3.7 libssh2/1.11.0 nghttp2/1.61.0 librtmp/2.3

My expose version:

expose --version
Expose 2.6.2

Steps to reproduce

No response

Relevant log output

[2024-08-30 16:51:21] production.ERROR: URI is not valid and cannot be converted into a string {"exception":"[object] (Laminas\\Uri\\Exception\\InvalidUriException(code: 0): URI is not valid and cannot be converted into a string at phar:///Users/hivokas/.composer/vendor/beyondcode/expose/builds/expose/vendor/laminas/laminas-uri/src/Uri.php:382)
@hivokas hivokas changed the title [Bug]: "URI is not valid and cannot be converted into a string" when I open exposed website in Safari [Bug]: "URI is not valid and cannot be converted into a string" when I open exposed website in mobile Safari Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant