firebase hosting blocking script due to CORS issue

firebase hosting blocking script due to CORS issue



I am using firebase hosting to host few scripts and trying to access them from another site. it naturally gets blocked due to CORS issues. based on my research on other forum threads etc i modified the firebase.json as below



"hosting":
"public": "public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"headers": [
"source" : "**",
"headers" : [
"key" : "Access-Control-Allow-Origin",
"value" : "*"
]
]




which essentially allow any url to access the resources hosted here. however, on trying to run my site i still see below


Access to XMLHttpRequest at 'https://oracle-bot-sdk.firebaseapp.com//loader.json'
from origin 'https://insurance-bot.moblize.it' has been blocked by CORS policy:
No 'Access-Control-Allow-Origin' header is present on the requested resource.



what else is needed?




5 Answers
5



In addition to your firebase.json changes for cors, your firebase functions http / https function needs to also include the cors plugin.



Example


const cors = require('cors')(origin: true);
const functions = require('firebase-functions');

const app = functions.https.onRequest((req, res) =>
cors(req, res, () =>
// Your app stuff here

// Send Response
res.status(200).send(<response data>);
);
);



Express App Example


import express from "express";
const cors = require('cors')(origin: true);

const app = express();
app.get('**', (req, res) =>
cors(req, res, () =>
// Your App Here

// Send response
res.status(200).send(<response data>);
);
);



More documentation Serve Dynamic Content with Cloud Functions - Create an HTTP function to your Hosting site (Cors is not mentioned in the documentation btw)






but i am not using firebase functions

– Vik
Sep 19 '18 at 21:45



Try pasting this as it's directly from the documentation, Customize Hosting Behavior:


"hosting":
// Add the "headers" section within "hosting".
"headers": [
"source" : "**/*.@(eot






it wont help as the only difference is source which is even more limiting, i am getting issue while accessing a .json which as per above rule will be denied

– Vik
Sep 11 '18 at 3:33






I see. what is https://oracle-bot-sdk. ? That doesn't look like firebase hosting?

– Ron Royston
Sep 11 '18 at 14:53


https://oracle-bot-sdk.






oracle-bot-sdk.firebaseapp.com . thats the complete url. where do u see it without firebaseapp.com ?

– Vik
Sep 11 '18 at 17:47



My guess that you've mixed up firebase hosting and firebase cloud functions. Firebase hosting is made for hosting static websites and web apps. As you try to access from your website that is hosted on different domain your configuration for hosting is not applied. You mentioned that you host some scripts and it sounds like cloud functions. And good old CORS headers can help to your cloud functions like:


exports.corsEnabledFunction = (req, res) =>
res.set("Access-Control-Allow-Origin", "*");
res.set("Access-Control-Allow-Methods", "GET");
res.set("Access-Control-Allow-Headers", "Content-Type");
res.set("Access-Control-Max-Age", "3600");

// Continue with function code
...



More info: https://cloud.google.com/functions/docs/writing/http#handling_cors_requests






my hosted scripts are js files not the cloud functions. i deployed them as hosting. bascially i have a public folder containing few js files, few images and json files. i deployed it as hosting. is that not ok?

– Vik
Sep 14 '18 at 21:07






one of the file being accessed is oracle-bot-sdk.firebaseapp.com/loader.json whch is blocked due to cors. why is that a problem as per u?

– Vik
Sep 14 '18 at 21:21






I’d suggest to host all your files on single host either firebase hosting or on the host with your other website

– Yevgen
Sep 15 '18 at 5:53



Is the site (https://insurance-bot.moblize.it/) that is calling to https://oracle-bot-sdk.firebaseapp.com a Firebase hosted app?



I only ask because with version 4.2+ of Firebase Tools allows you to setup Multisite hosting using the same Firebase Project. I am not sure if that would help your situation out at all. Just wanted to mention it.



In the error message:


insurance-bot.moblize.it/:1 Failed to load https://oracle-bot-sdk.firebaseapp.com//loader.json: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://insurance-bot.moblize.it' is therefore not allowed access.



I noticed an extra '/' in https://oracle-bot-sdk.firebaseapp.com//loader.json. I doubt that is the issue, but wanted to mention it.



There is something that you could try. Similar to the answers above but a little different:




"headers": [

"source": "*",
"headers": [

"key": "Access-Control-Allow-Origin",
"value": "*"

]

]



Also I would read some of the info here: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS#Access-Control-Allow-Origin If you have not already.



I hope I was able to help in some way. Let me know.






** means anywhere so that is more open than a single *. i still gave a try and no luck. i will read the last link to see if something new

– Vik
Sep 15 '18 at 3:48






No problem, I know '*' & '' are the same. Just being really selective. Since you have two sites that are on separate domain names and hosting environments you either need to bring both sites into the same home, or use Window.postMessage() to do your cross domain communication. I have used it before and it is tricky but works. Here is the link: developer.mozilla.org/en-US/docs/Web/API/Window/postMessage

– Jared
Sep 17 '18 at 0:30




Make sure you have the Blaze or Flame plan, I think Spark plan blocks external access, maybe for the same reason as it does with cloud functions



Cloud Functions for Firebase - Billing account not configured



Thanks for contributing an answer to Stack Overflow!



But avoid



To learn more, see our tips on writing great answers.



Required, but never shown



Required, but never shown




By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Popular posts from this blog

𛂒𛀶,𛀽𛀑𛂀𛃧𛂓𛀙𛃆𛃑𛃷𛂟𛁡𛀢𛀟𛁤𛂽𛁕𛁪𛂟𛂯,𛁞𛂧𛀴𛁄𛁠𛁼𛂿𛀤 𛂘,𛁺𛂾𛃭𛃭𛃵𛀺,𛂣𛃍𛂖𛃶 𛀸𛃀𛂖𛁶𛁏𛁚 𛂢𛂞 𛁰𛂆𛀔,𛁸𛀽𛁓𛃋𛂇𛃧𛀧𛃣𛂐𛃇,𛂂𛃻𛃲𛁬𛃞𛀧𛃃𛀅 𛂭𛁠𛁡𛃇𛀷𛃓𛁥,𛁙𛁘𛁞𛃸𛁸𛃣𛁜,𛂛,𛃿,𛁯𛂘𛂌𛃛𛁱𛃌𛂈𛂇 𛁊𛃲,𛀕𛃴𛀜 𛀶𛂆𛀶𛃟𛂉𛀣,𛂐𛁞𛁾 𛁷𛂑𛁳𛂯𛀬𛃅,𛃶𛁼

Edmonton

Crossroads (UK TV series)