Results 76 comments of Ritwick Dey

And Can you share a screenshot of `View Source` Page from browser?

Oh. I got the issue. Valid JS tag is `` not `` https://www.w3schools.com/tags/att_script_src.asp

The pathname you specified in `liveServer.settings.root` settings does not exist. Can you please verify?

Can you please explain with example?

I've noticed, this issue is occurring due to two `async` call on ` getOrCreateCartId()`. 2nd `async` is called before the 1st async task is completed (call to firebase + store...

Thank you @saggit for sharing the changes. However, there were some bugs . - Calling `current_request_id()` outside the flask context throws errors. (It was not previously) - `current_request_id()` is throwing...