You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Switch the origin bucket configuration to static website hosting,
leaving the configuration on the bucket side, without having to rely
on a custom origin access identity.
Fixgetlift#163, getlift#164
Description
Hi all,
I deployed an SPA application (vue JS) via the construct Static Website. It works correctly except one detail.
If i share the url for my SPA to another user, for example : https://app.example.com, it's ok.
But, if i share antoher url, not the root, for example : https://app.example.com/parameters
i have an access denied error :
How to Reproduce
to reproduce, the default construct like this :
Additional Information
this error could be avoid with 3 adjustments in the construct
With this 3 updates, we could load directly another url (not root url)
The text was updated successfully, but these errors were encountered: