Replies: 1 comment 13 replies
-
Make sure you APP_URL in your .env is correct. If your Laravel app is at 'https://mydomain.com/project' then the APP_URL also needs to be 'https://mydomain.com/project' |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anybody pleaase help me. I got an issue with curator image preview not working
Im now upload my project on some domain and path/folder, like mydomain.com/project
Here is the preview
When I inspect this, its show thumbnail url is relative on my root domain.
<img src="/curator/media/651a23a7-2804-4561-a147-faba22edcc85.png?w=640&h=320&fit=crop&fm=webp&s=796b6b0d8dcdbac1785a860d56636f48" alt="" class="h-full object-cover w-full">
when I add my path/folder directive on the src url above the image displayed.
How to solve this?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions