Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Launch of Consumer/Home Owner registration process!
We are pleased to announce the commencement of the Consumer/Home Owner Registration Process on Community. Consumers/Home Owners may now proceed to register by clicking on Login/Register. The process is straightforward and designed to be completed in just a few steps.

Can't read from server. It may not have the appropriate access-control-origin settings.

SmartConnector Forum

Schneider Electric support forum about SmartConnector applications for integration of other building management systems (BMS) into EcoStruxure Building Operation.

Search in

Improve your search experience:

  • Exact phrase → Use quotes " " (e.g., "error 404")
  • Wildcard → Use * for partial words (e.g., build*, *tion)
  • AND / OR → Combine keywords (e.g., login AND error, login OR sign‑in)
  • Keep it short → Use 2–3 relevant words , not full sentences
  • Filters → Narrow results by section (Knowledge Base, Users, Products)
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • EcoStruxure Building
  • SmartConnector
  • SmartConnector Forum
  • Can't read from server. It may not have the appropriate access-control-origin settings.
Options
  • Mark Topic as New
  • Mark Topic as Read
  • Float this Topic for Current User
  • Bookmark
  • Subscribe
  • Mute
  • Printer Friendly Page
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close
Top Experts
User Count
JeffBowman
Sisko JeffBowman Sisko
164
ardak
ardak Schneider Alumni (Retired)
34
sesa180908_brid
Commander sesa180908_brid Commander
34
mike_meirovitz
Commander mike_meirovitz
21
View All

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to SmartConnector Forum
Start a Topic
dhancock_airmas
Crewman dhancock_airmas
Crewman

Posted: ‎2019-03-26 04:44 PM

0 Likes
3
1473
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2019-03-26 04:44 PM

Can't read from server. It may not have the appropriate access-control-origin settings.

Hi,

 

I have installed the SmartConnector on my EBO Server for Bueno Analytics to accesss, the SmartConnector is working and accessing the database from the local network. When we try a remote connection we get the web page display with "Can't read from server. It may not have the appropriate access-control-origin settings." error. 

 

Using Chorme  this error is shown in the developer tool console "Access to XMLHttpRequest at 'http://192.168.2.9:8083/swagger/docs/v1' from origin 'http://165.228.3.48:8083' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource."

 

I am using EBO 2.0.3.45 on a Windows 2016 Server, SmartConnector 2.4.17, the ADSL & Windows firewalls are off. Have I missed something in the setup of the software or do I have to add Access-Control-Allow-Origin to one of the files installed.

 

Regards,

 

Dale

Attachments
Reply
  • All forum topics
  • Previous Topic
  • Next Topic
Replies 3
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2019-03-27 05:14 AM

0 Likes
2
1469
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2019-03-27 05:14 AM

Hi Dale,

 

If you try and set where the IP is 192.168.2.9:8083 to 165.228.3.48:8083 does it work?

 

Also, even though the swagger page isn't loading correctly, the simple fact you can access the page shows that in general the Framework is setup correctly. The real test would be to point Bueno Analytics at this endpoint to make sure it is working.

 

Regards,

 

-Jeff

Reply
dhancock_airmas
Crewman dhancock_airmas
Crewman

Posted: ‎2019-04-04 08:02 PM

0 Likes
1
1464
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2019-04-04 08:02 PM

Jeff,

 

We have tried changing the IP address and you cannot log in to access the data. When you try to log in you get a pop up that has 165.228.3.48:8083 says with nothing else. (Please see attached)

 

Regards,

 

Dale

Attachments
Reply
JeffBowman
Sisko JeffBowman Sisko
Sisko

Posted: ‎2019-04-05 06:49 AM

0 Likes
0
1460
  • Mark as New
  • Bookmark
  • Subscribe
  • Mute
  • Permalink
  • Print
  • Email to a Friend
  • Report Inappropriate Content

Link copied. Please paste this link to share this article on your social media post.

‎2019-04-05 06:49 AM

Hi Dale,

 

The issue you came across is unfortunetly a likely bug on our side. I am gonna guess that you have it setup so that your endpoint address is configured as 'http://+:8083', and that you are connecting to this webpage from a different machine than where Smart Connector is installed. The bug if in this scenario, we are trying to authenticate using 127.0.0.1 as the IP address of the server, which of course in this case is not correct at all, and it should be using 165.228.3.48. Hence the error you are seeing.

 

The workaround for this would be set the endpoint address as http://165.228.3.48 (assuming this is not a DMZ address) or you can log into this swagger page from the machine where Smart Connector is installed. In the mean time, I am have been looking into a fix, and it is of course a bit more complicated then I would have liked.. So I am not sure when this will be available. 

 

The above said, it is only Swagger that is the issue and not the REST endpoint itself. If you were to use another REST client (either code based, or something like Postman) to send requests. It would work as expected.

 

Best Regards,

 

-Jeff

Reply
Preview Exit Preview

never-displayed

You must be signed in to add attachments

never-displayed

 

You’ve reached the end of your document

WHAT’S NEXT?

Ask our Experts

Didn't find what you are looking for? Ask our experts!

My Dashboard

Check out the new Feeds and activities that are relevant to you.

To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

Welcome!

Welcome to your new personalized space.

of

Explore