Replies: 1 comment 2 replies
-
@LoreSco found any solutions? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm trying to add the l5swagger to my serverless api built using bref and laravel 10.
Locally (of course XD) it works fine, when deploying it to AWS instead I'm facing an issue with the assets:
The view is looking to retrieve the assets from
https:://mydomain.execute-api.us-east-1.amazonaws.com/docs/assets/swagger-ui-bundle.js
while the real address has also the stage. I'm struggling to find which config I need to change to add the app stage as prefix to make it match :)
https:://mydomain.execute-api.us-east-1.amazonaws.com/dev/docs/assets/swagger-ui-bundle.js
Thanks
Beta Was this translation helpful? Give feedback.
All reactions