So I have built a web app on Bolt.New then had it create the backend threw Supabase, which then “Lunched” to Netlify thew gethub. Then sent to my personal web domain. So I can log on via my MAC/PC
but not ANY tablets, phones etc? What did I do wrong? Or is this based on “WEB SITE” vs “WEB APP”?
Im learning be nice!
I understand that you’re learning, but your post is hard to read, primarily due to spelling mistakes / typos.
Being hard to read, and lacking any detail, makes it hard to guess at what your issue is.
What’s the link to the site on Netlify?
Since you’re working primarily with AI tools, have you tried asking the AI tools about your issue?
nathanmartin~
Thank your for pointing out my flaws feels good. The site is on my own domain :ggxinc.com
it only shows up on the Desktops not on any mobile devices. Even though I made sure it was able to when it was natively on Netlify.app? Is there a different settings format in which I need to set?
I’m not pointing out your flaws, I’m advising why I can’t immediately tell what’s wrong.
The more detail you can provide, the quicker others can help.
You’ve provided your custom domain.
Can you also provide the link to the site on Netlify?
(Knowing the site name is often a requirement for getting Support on the forum)
Be as specific as you can with the error you’re seeing.
If you see a particular error message, what does it say?
(This lets others confirm/compare, or encounter the ‘real’ issue)
Your site currently loads fine on my phone.
The only issue that I can see so far, is that your site is a Single Page Application (SPA), so when the page is refreshed on sub-routes it is showing a 404 - Page not found
error.
This is addressed on this page within the yellow warning box:
https://docs.netlify.com/configure-builds/javascript-spas/#build-configuration-for-javascript-spas
Avoid 404s for SPAs
If your project is a single page app (SPA) that uses the historypushState
method to get clean URLs, you must add a rewrite rule to serve theindex.html
file no matter what URL the browser requests.
To fix on Netlify you add the rewrite rule that is explained here:
https://docs.netlify.com/routing/redirects/rewrites-proxies/#history-pushstate-and-single-page-apps
It probably sounds silly, but the number of people coming to the forums asking for help with issues generated by AI code is increasing. In quite a few of the cases I’ve seen, they’ve eventually self-solved their issue by continuing to talk with the AI.
I still haven’t been able to replicate the issue of “it not loading on mobile”.
So I can’t yet say what might need to change.
Nathan~
The app has multi pages. but it has authentication page first. The next page is being used in our business now. Its function is to keep multi shops on task. The auth page shows. Unfortunately , everything else won’t. We wish to use this mostly on tablets. Guess I will ask AI.Thx
That sounds like an issue with your project, (not related to using Netlify as your host).
This forum is for assistance with Netlify’s systems.
If the issue is your own code, it unfortunately falls outside of the ‘Scope of Support’:
https://www.netlify.com/support-scope/
Base functionality of Netlify’s build and deploy pipeline is supported, but we cannot help you debug any source code used either during build or after deployment.
I’m just a community member, unaffiliated with Netlify, so I can help you debug, but only if I’m provided with enough information to try and point you in the right direction.
If you can provide some login credentials, I can take a quick look.
If you can’t, then there’s not much anyone here could do.
I really do think this is your best bet.
If you’re generating the code with AI, it’s possible that only the AI could reasonably solve it for you.
For anyone encountering issues working with Bolt, their ‘Help Center’ is here:
https://support.bolt.new/welcome