-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Nav Bar links do not work correctly behind Cloudflare Access #580
Comments
Can you share your retype.yml file? or is your project available in GitHub? My first guess is that the |
ah, Cloudflare... Can you ensure the Cloudflare Rocket Loader feature is turned off? |
Disabling Rocket Loader seems to have done the trick. Thank you! |
Is it worth creating an issue to support Rocket Loader, @geoffreymcgill ? |
I think it is very unlikely that Retype will be able to support Rocker Loader, at least for the foreseeable future. It's definitely something that we can investigate at a later time. I did find a way to configure specific https://developers.cloudflare.com/fundamentals/speed/rocket-loader/ignore-javascripts/ I'll try adding the |
As of the upcoming v3.1.0 release, Retype now supports Cloudflare Rocket Loader. There are no changes required in your project, other than building with Retype v3.1.0 once it is released. Even though Retype is now working well, we would still recommend disabling Cloudflare Rocket Loader within your Cloudflare admin panel. |
Hello,
We seem to be having trouble with deploying retype behind our authentication layer, with the links in the navbar not being generated correctly. For example, when you navigate to a page that is not the index, the link in the navbar to one of the pages is
./frontend-v1/general/accessusers/
when it should not have the.
at the front.When deploying with Vercel temporary link it seems to work fine, but then production has this issue.
Let me know if you need any info.
The text was updated successfully, but these errors were encountered: