Specified request cannot be processed. #170
dotsinspace
started this conversation in
General
Replies: 1 comment 3 replies
-
I've just tried following config, and it's working on my end
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello i am new to magento but have well depth knowledge about react native...i have gone through process about integration
of app in magento dashboard to swagger about apis available. now i am in trouble since morning due to this error. Specified Request cannot be processed after putting website address in magento.js under config folder. as follows.
Throws error ( Specified request cannot be processed ).
export const magentoOptions = { url: 'http://aladainexpress.com/', home_cms_block_id: '235', store: 'main_website_store', authentication: { integration: { access_token: 'FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF' }, }, reviewEnabled: false, // set true ONLY if you install https://github.com/troublediehard/mma-customapi on the magento backend };
This works but throws JSON parse error Unexpected token: <
export const magentoOptions = { url: 'http://aladainexpress.com/main_website_store/', // make sure you have trail slash in the end home_cms_block_id: '235', store: 'main_website_store', // store code // Stores > All Stores > Store View > Code authentication: { integration: { access_token: 'bqp7h58qfa3q7cyctx8oxnmp6thw0bit' }, }, reviewEnabled: false, // set true ONLY if you install https://github.com/troublediehard/mma-customapi on the magento backend };
Beta Was this translation helpful? Give feedback.
All reactions