Strapi not updating API - heroku

everyone.
I have an API on Strapi served by Heroku.
This is the frontend.
Thing is: logged in on Strapi admin served by Heroku (not locally), I can create/add more bands, but the API does not get updated. What can I possibly do?
Thank you all in advance.

Related

Netlify-React-Env vars

I have a Strapi backend hosted at heroku.
I'm hosting the frontend on Netlify. Which is a React App.
The env var on netlify is a link to the backend on heroku so that I can get data from strapi. All this work on dev build.
But when I spin up the site on Netlify. Netlify adds the Netlify link to the post or get requests like this https://unrivaled-pixie-6fa040.netlify.app/%22https://frozen-everglades-98.herokuapp.com/api/%22auth/local
and I only want the last one: "https://frozen-ades-98.herokuapp.com/api/auth/local
Anyone that knows more about this then me?

Is there a way to get blogs saved in hosted Strapi Admin panel to localhost:1337 or vice-versa?

My strapi cms is deployed to heroku. And I noticed if I create a blog on actual hosted admin panel it does not show up in localhost:1337 or when I publish a blog on localhost and again push it to heroku its still missing from there.
Like both are not in sync. Is there a way to sync blogs between hosted and localhost version?

Website not working on root domain with https

I am trying to deploy a NextJS website to Heroku or Vercel and add a domain name to it using https://www.names.co.uk.
Adding the domain works but for some reason I cannot access the website at https://my-website.com, however I can access it with http://my-website.com and https://www.my-website.com. I need it to work for this url 'https://my-website.com' as the website is already ranked in google with this URL. I was wondering if anyone had any idea of how this can be done. Please ask if you need more information.
Apologies if I have posted this in the wrong place.
Thanks in advance.

Heroku Basic Authentication of Gatsby App

I have a Gatsby app that I've deployed to Heroku and I'd like to enable basic auth to restrict access to the whole app. Is this possible on Heroku with Gatsby?
I was able to solve this by implementing onCreateDevServer in Gatsby-node.js and adding express-basic-auth to the project.
You could consider setting up a rest-api on heroku like this one here https://github.com/smakosh/not-todo-api/ and retrieve the token from your front end

Fortrbbit app domain change

So I am fairly new to laravel and especial to its deploying. I set up a fortrabbit application and got my website running so that's all good. The thing is though, the app url is not the one I wanted. I have an older website running without Laravel, and that is the url I want it to be hosted on. I have the ftp credentials for the old site but I have no clue how I can sort of clone the new Laravel site to the old one.
Briefly, I have a Laravel app running on insertname.eu1.frbit.net but I want it to be hosted on www.insertname.com which an older site is being hosted on for the time being.
Can anyone help me out? There must be a way to do this. Thanks alot!
The fortrabbit "App URL" is meant for testing/development/configuration and can't be changed. However you can route other domains to your App on fortrabbit. You do so by pointing the domain to the "App URL" via a CNAME and by registering the domain in the App settings in the Dashboard.

Resources