Linkta-org / core

Core Repo for MVP
MIT License
5 stars 10 forks source link

Added _redirects file to /client #411

Open relandboyle opened 2 days ago

relandboyle commented 2 days ago

Description On the deployed version of Linkta, it's not possible to visit the back-office view by manually typing it into the address bar.

image

This may require additional troubleshooting, but one possible solution is described in this Netlify community article:

https://answers.netlify.com/t/support-guide-i-ve-deployed-my-site-but-i-still-see-page-not-found/125?utm_source=404page&utm_campaign=community_tracking

SPA redirect rule missing: A variety of tools, like Create React App, Vite, Angular, etc., are used to create Single-Page Applications. These applications don’t have an HTML page per path but instead rely on JavaScript to handle the navigation. For such apps, it is important to have the following contents: /* /index.html 200 as the contents of the _redirects file which should exist in the public (or similar) folder, so that it’s copied over to your publish directory when the site is being built.

Fixes # N/A

netlify[bot] commented 2 days ago

Deploy Preview for linkta-core ready!

Name Link
Latest commit 1ddb3ecab18045f3146ce0742b3039fefe4ad2b2
Latest deploy log https://app.netlify.com/sites/linkta-core/deploys/66ff4de55a9ad600085216b8
Deploy Preview https://deploy-preview-411--linkta-core.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.