cambiatus / backend

Cambiatus GraphQL API
GNU Affero General Public License v3.0
20 stars 18 forks source link

Fix manifest start url #299

Closed MatheusBuss closed 1 year ago

MatheusBuss commented 1 year ago

Currently the start_url from the manifest served is set to: https://{community_subdomain}.cambiatus.io/api/{community_subdomain}.cambiatus.io. Per the MDN documentation the start_url:

Provides a path to the asset that should be loaded when the added-to-Home screen app is launched. Note that this has to be a relative URL pointing to the site index, relative to the URL of the manifest.

Therefore, the start_url should point to https://{community_subdomain}.cambiatus.io/

Bug reported by @henriquecbuss