Hi,
Hope you are fine and doing well.
I am really stuck at this point the swagger not loading due to xml in magento2.
Here is the URL for briefing
https://magento-378109-2331490.cloudwaysapps.com/swagger
https://magento-378109-2331490.cloudwaysapps.com/rest/all/schema?services=all
Schema url not loading correctly.
May I know the reason and properly anybody guide me to load swagger correctly
Thanks.
Solved! Go to Solution.
Disable the third-party extension working with order data and check the result.
Disable the third-party extension working with order data and check the result.
@Sanjay Jethva wrote:Disable the third-party extension working with order data and check the result.
Hi @Sanjay Jethva
Mostly I remove the extension which are working with stock reorder. but still its not working. Like there is custom extension which is reorder the listing & Meetnashi stock quantity extension is also disabled.
I attached all the extension screenshot which are enabled and working.
Could you guide me the best possible extension which need to disabled to xml load perfectly
All extension screenshot Image
Extension Image link
Apricated.
Thanks.
Check after disabling all the third-party extensions.
@Sanjay Jethva wrote:Check after disabling all the third-party extensions.
Is there any way to disable all the extension in one command?
Thanks.
Hello @ummarakramb108
Please go to /app/etc then open the config.php file then find the extension name over there then the set the values as 0 from 1 for which extension you want to disable. Then run the commands.
If my answer is helpful full then please set the accept solution flag and kudos flag so other members can take the same reference.
Thank you @dipmegpro
With your method I can disable the extensions at once.
Save my time. Thank you.