Problem: When trying to export items to NetSuite, we receive the following error "Not Found" because the '/' is a separator in the URL.
Solution: Depending on whether your Magento site is running on an Apache/Nginx server, you need to perform the following action:
- Apache: Turn on "AllowEncodedSlashes" in the server configuration file and restart the server.
- Nginx: Turn on "proxy_pass" in the server configuration file and restart the server.
Comments
Please sign in to leave a comment.