Hello,
I’ve been using cloudflare + fruition + notion for quite some time as my portfolio and this week I’m facing a problem that I’m not sure how to solve it.
The Gallery view is not showing on my notion page when using the custom url (cloudflare).
You can check here: https://fernandanunes.page/
however, when I just access the notion link, everything loads normally
you can check here: https://fernandaportfolio.notion.site/fernandaportfolio/Fernanda-Nunes-a3c8cd76c046434fb09c9c0fe99ba0d7
Does anyone run into this problem?
How can I solve it?
Have a great weekend ahead!
Thanks!
1 Like
Hey, no one seems to know a fixing for this right? 
Ok I found the fix:
- go to your worker.js in your Cloudflare
- Open this page
https://github.com/stephenou/fruitionsite/pull/243/files#diff-fdd59fc971c44b2f1c722633412abe173c9505fed3edb1025926d93c32a3faa9R224
- You will see a line 122 in Red (-). Search for that line in your worker.js and delete
- You see right after the line in Red there are 10 lines in green (+) 122 to 131. Copy them and paste where you deleted them in your worker.js
- Ging towards the end of the document, there is line 224. Copy and paste in your worker.js right after the line above saying “window.CONFIG.domain…”
I hope it helps! Worked here =)