Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to visit the deployment is relative and therefore broken #6

Closed
jodok opened this issue Aug 17, 2022 · 1 comment · Fixed by #7
Closed

Link to visit the deployment is relative and therefore broken #6

jodok opened this issue Aug 17, 2022 · 1 comment · Fixed by #7

Comments

@jodok
Copy link
Contributor

jodok commented Aug 17, 2022

On the deployments page the link behind the "visit" button points to a URL within the strapi instance, not absolutely to the vercel app instance. maybe the https:// is missing in the object passed?

image

@jodok
Copy link
Contributor Author

jodok commented Aug 17, 2022

i've checked the API response from vercel and it doesn't include https://

{
	"deployments": [
		{
			"uid": "dpl_3LA9bix35i8VSsfVyvHUSXkrS8i7",
			"name": "app",
			"url": "app-4moiv2drf-treely.vercel.app",
			"created": 1660686663398,
			"state": "READY",
			"type": "LAMBDAS",
			"creator": {
				"uid": "1234",
				"email": "[email protected]",
				"username": "xyz",
				"githubLogin": "xyz"
			},
			"inspectorUrl": "https://vercel.com/treely/app/3LA9bix35i8VSsfVyvHUSXkrS8i7",
			"meta": {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant