Skip to content

Commit

Permalink
updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-HUB committed Mar 26, 2024
1 parent a8466ca commit 764232b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
composer.phar
.vscode/launch.json
24 changes: 21 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ Now, let’s navigate through the following 10 steps to install the extension f
![extension config](extension-config-9.png)


# Reauthorize Access Token


# FAQs
- Q: Where can I find my Magento Integration credentions
- Answer: In the Magento admin go to: Systems > Extensions > Integrations
Expand All @@ -216,6 +213,27 @@ Now, let’s navigate through the following 10 steps to install the extension f
- For password enter your *Private key*
- ![composer-pic-4](composer-pic-4.png)

- Q: I encountered the error "An error has occurred during application run. See exception log for details." How can I resolve this?**
- Answer: This error might pop up due to OPCACHE. Here's how you can tackle it:

First things first, try these quick fixes:
- Restarting the server often does the trick.
- Clean and flush the Magento cache by running:
```bash
php bin/magento cache:clean
php bin/magento cache:flush
```
- Recompile Magento Dependency Injection (DI) by running:
```bash
php bin/magento setup:di:compile
```

If you're still seeing the error after these steps, try this:
1. Delete the `generated/code` folder.
2. Repeat the cache cleaning and DI compilation steps mentioned above.
If the issue persists, please contact us.
# Troubleshooting
* [Visit our help center for troubleshooting or more information.](https://help.godatafeed.com/hc/en-us/sections/115000914112)

0 comments on commit 764232b

Please sign in to comment.