We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug VUE_APP_IPFS_GATEWAY is not set in env variables in snapshot.page it should be VUE_APP_IPFS_GATEWAY=gateway.ipfs.io
VUE_APP_IPFS_GATEWAY=gateway.ipfs.io
To Reproduce Steps to reproduce the behavior:
Go to any proposal page ex: https://snapshot.page/#/sushi/proposal/Qmczqhvmmepe9wwuvw7Uuhk7GKb29Gu5cW73VrLxjG7T1K
Click on Ipfs link
It will take you to https://undefined/ipfs/Qmczqhvmmepe9wwuvw7Uuhk7GKb29Gu5cW73VrLxjG7T1K instead of https://gateway.ipfs.io/ipfs/Qmczqhvmmepe9wwuvw7Uuhk7GKb29Gu5cW73VrLxjG7T1K
Expected behavior https://gateway.ipfs.io/ipfs/Qmczqhvmmepe9wwuvw7Uuhk7GKb29Gu5cW73VrLxjG7T1K instead of https://undefined/ipfs/Qmczqhvmmepe9wwuvw7Uuhk7GKb29Gu5cW73VrLxjG7T1K
The text was updated successfully, but these errors were encountered:
sorry will be fixed in #172
Sorry, something went wrong.
No branches or pull requests
Describe the bug
VUE_APP_IPFS_GATEWAY is not set in env variables in snapshot.page
it should be
VUE_APP_IPFS_GATEWAY=gateway.ipfs.io
To Reproduce
Steps to reproduce the behavior:
Go to any proposal page
ex: https://snapshot.page/#/sushi/proposal/Qmczqhvmmepe9wwuvw7Uuhk7GKb29Gu5cW73VrLxjG7T1K
Click on Ipfs link
![image](https://user-images.githubusercontent.com/15967809/101139697-ed768200-3637-11eb-9a24-08114788180b.png)
It will take you to https://undefined/ipfs/Qmczqhvmmepe9wwuvw7Uuhk7GKb29Gu5cW73VrLxjG7T1K instead of https://gateway.ipfs.io/ipfs/Qmczqhvmmepe9wwuvw7Uuhk7GKb29Gu5cW73VrLxjG7T1K
Expected behavior
https://gateway.ipfs.io/ipfs/Qmczqhvmmepe9wwuvw7Uuhk7GKb29Gu5cW73VrLxjG7T1K instead of https://undefined/ipfs/Qmczqhvmmepe9wwuvw7Uuhk7GKb29Gu5cW73VrLxjG7T1K
The text was updated successfully, but these errors were encountered: