Peter WD
Peter WD
I'm experiencing this issue @marckohlbrugge on a brand new Rails 6.
Same problem here...
Thank you @bl4keee! I created a new access token and its working.
I'm on the same boat! I want to add a custom component to all the pages, inject to either the default 'nextra-theme-docs' or copy the default theme and customize into...
Thanks @aroslanov - I downloaded all .pt files and got it working. The invalid load key, '
@ThomasBarnekow solution worked for me locally so http://app.localhost:3000 now shows: `Edit this page on app/home/page.tsx` instead of 404 not found. But I cannot login to add new sites: http://app.localhost:3000/login I...
@RobSteele I got it working setting `NEXT_PUBLIC_ROOT_DOMAIN` to a custom domain I setup. Yes I deployed importing from a github repo.
Adding the subdomain to the `hostname` under `remotePatterns` in `next.config.js` fixed for me. Related: https://github.com/vercel/platforms/issues/298
What I found out on mine is that I have to do this to get it working: rm plugins/ios.json ionic plugins add org.apache.cordova.inappbrowser But then somehow another plugin stops working....
Hi Maxim, I'm having the same error testing on iOS "The redirect_uri URL must be absolute" what is the final solution for making it work on mobile? Thanks, Peter