krzysztof.wolowski
AAlokai
•Created by krzysztof.wolowski on 6/12/2023 in #🙋|general-help
Local Setup
Just to confirm. Running Magento with ssl solved the problem.
10 replies
AAlokai
•Created by krzysztof.wolowski on 6/12/2023 in #🙋|general-help
Local Setup
Sure. This time it's:
FetchError: request to https://vsf-playground.local:41302/graphql?query=query+getStoresAndCurrencies%7BavailableStores%7Bstore_code+__typename%7Dcurrency%7Bavailable_currency_codes+__typename%7D%7D&operationName=getStoresAndCurrencies&variables=%7B%7D failed, reason: write EPROTO 140618928920512:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:../deps/openssl/openssl/ssl/record/ssl3_record.c:332
10 replies
AAlokai
•Created by krzysztof.wolowski on 6/12/2023 in #🙋|general-help
Local Setup
``````
{
"name": "ApolloError",
"graphQLErrors": [],
"clientErrors": [],
"networkError": {
"code": "ERR_INVALID_PROTOCOL"
},
"message": "Protocol "http:" not supported. Expected "https:""
}
10 replies
AAlokai
•Created by krzysztof.wolowski on 6/12/2023 in #🙋|general-help
Local Setup
The correct URL to Magento is exactly the one configured:
http://vsf-playground.local:41302/
.
I haven't made any changes to nuxt.config.js
. The server
property there doesn't require https.
I also found that the error comes from Apollo:10 replies