Replies: 4 comments 4 replies
-
Hey @xazos79! Sorry you're having an issue with the package. Would you be able to show me what values your have set in your |
Beta Was this translation helpful? Give feedback.
2 replies
-
Sorry for the late reply Ash, i didn't realise you had responded.
Yep, i have run artisan config:clear and get the same results. I'm running
on wsl: ubuntu-22.04, Apache, Laravel 10, and the latest package of
short-url if that helps.
Thanks for your time!
…On Sat, 23 Sept 2023 at 00:02, Ash Allen ***@***.***> wrote:
Thanks for sharing this! I can't seem to reproduce this issue locally, and
it looks like your config all looks okay too.
Would you please be able to confirm that you're still running into this
issue after running php artisan config:clear? If you're still
experiencing the problem, please could you set up a fresh Laravel app that
has the issue so I can investigate it further? 🙂
—
Reply to this email directly, view it on GitHub
<#211 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUEX3L6CAPKYM3G5ZTF2NTX3WOOLANCNFSM6AAAAAA5CSBQWQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I'll try and have a crack at this at some stage. Thanks again.
…On Sat, 30 Sept 2023 at 07:12, Ash Allen ***@***.***> wrote:
Hey! No need to apologise at all 😄
Would it be possible for you to set up a fresh Laravel app with the
package that shows this issue, please? I've tried a couple of times to
reproduce but can't seem to be able to. I'm not sure if I'm missing
something on my end, so it'd be helpful to see a demo repo
—
Reply to this email directly, view it on GitHub
<#211 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUEX3OJIGUK3HSWMOV5U6LX446CXANCNFSM6AAAAAA5CSBQWQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Ash, i'm really sorry.
I just realied that in my .env.local file, the APP_URL was missing the
":8000".
My .env file was correct, but the .local is being picked up in my dev
environment.
All good now. Thanks for your time.
…On Sat, 30 Sept 2023 at 07:12, Ash Allen ***@***.***> wrote:
Hey! No need to apologise at all 😄
Would it be possible for you to set up a fresh Laravel app with the
package that shows this issue, please? I've tried a couple of times to
reproduce but can't seem to be able to. I'm not sure if I'm missing
something on my end, so it'd be helpful to see a demo repo
—
Reply to this email directly, view it on GitHub
<#211 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABUEX3OJIGUK3HSWMOV5U6LX446CXANCNFSM6AAAAAA5CSBQWQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ash-jc-allen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, firstly, love this package!
As the title suggests. When running in local dev, the default ":8000" port isn't incldued in the genereated short URL. Even if
APP_URL=http://localhost:8000
in in my ENV file.
What would be the recommended approach here?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions